R version 2.9.0 (2009-04-17) Copyright (C) 2009 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(3397,3971,4625,4486,4132,4685,3172,4280,4207,4158,3933,3151,3616,4221,4436,4807,4849,5024,3521,4650,5393,5147,4845,3995,4493,4680,5463,4761,5307,5069,3501,4952,5152,5317,5189,4030,4420,4571,4551,4819,5133,4532,3339,4380,4632,4719,4212,3615,3420,4571,4407,4386,4386,4744,3185,3890,4520,3990,3809,3236,3551,3264,3579,3537,3038,2888,2198) > par3 = 'Werkelijk begonnen woongebouwen' > par2 = 'NBB' > par1 = 'Werkelijk begonnen woongebouwen-woningen' > ylab = 'Aantal woningen' > xlab = 'Tijd (in maanden)' > main = '' > postscript(file="/var/www/html/rcomp/tmp/137xu1261139808.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/2eejp1261139808.tab") > try(system("convert tmp/137xu1261139808.ps tmp/137xu1261139808.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.385 0.179 0.467