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(458,582,597,729,812,697,545,677,598,701,956,971,967,683,611,955,782,877,399,615,906,1324,952,710,288,312,313,387,540,465,282,389,488,803,1050,1027,332,466,353,345,341,354,287,379,533,534,578,991,366,254,449,349,532,590,469,362,424,372,253,462) > par3 = 'Aantal gebouwen' > par2 = 'Belgostat' > par1 = 'Geregistreerde begonnen niet-woongebouwen - koninkrijk' > ylab = 'value' > xlab = 'index' > main = 'Geregistreerde begonnen niet-woongebouwe' > postscript(file="/var/www/html/freestat/rcomp/tmp/127te1223933970.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/28ho31223933970.tab") > > system("convert tmp/127te1223933970.ps tmp/127te1223933970.png") > > > proc.time() user system elapsed 0.841 0.218 0.920