R version 2.7.2 (2008-08-25) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- c(310301,308956,306337,300552,309661,315575,265784,260722,278629,311448,363932,362673,320253,273036,291047,239167,285034,331389,228493,205450,207203,287602,265812,262920,268006,292400,315810,269544,301433,280678,221915,263552,244831,245227,302493,280810,277643,292792,318530,276807,284524,290486,259355,383556,350488,318029,377740,293546,317460,401629,282854,275316,304680,349947,266543,329195,314626,338463,399338,339542,454688,396766,309465,365707,383677,352609,340011,425915,498938,391142,418962,342378,369674,391250,310589,335910,344448,361944,290274,327902,329809,324543,350735,320091,278048,381754,301833,318723,266695,381119,295943,266463,311750,359897,312936,339327,312658) > par3 = '' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=321000002|910000082&Lang=N' > par1 = 'Totaal bebouwde bewoonbare oppervlaktes' > ylab = 'Bewoonbare oppervlaktes' > xlab = 'Tijd' > main = 'Totaal bebouwde bewoonbare oppervlakte ' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > postscript(file="/var/www/html/rcomp/tmp/1i2r31223930182.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab) > dev.off() null device 1 > > #Note: the /var/www/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Univariate Dataseries',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Name of dataseries',header=TRUE) > a<-table.element(a,par1) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Source',header=TRUE) > a<-table.element(a,par2) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Description',header=TRUE) > a<-table.element(a,par3) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Number of observations',header=TRUE) > a<-table.element(a,length(x)) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/www/html/rcomp/tmp/2l66l1223930182.tab") > > system("convert tmp/1i2r31223930182.ps tmp/1i2r31223930182.png") > > > proc.time() user system elapsed 0.631 0.206 0.742