R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) 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(18992,0,21552,1868501,7185612,10348382,6942386,4306121,2833176,1515513,1242981,699343,89497,128,10585,1070323,7167741,13193530,7885720,6785683,3106846,1706331,1286534,499079,24637,16,27309,873433,8435418,11290088,6840395,3803252,4388988,2680940,1174135,328388,22943,5657,28156,770831,8378147,13274946,7297840,2848227,2892179,1762224,1009375,188388,3393,0,13807,2619905,13297704,6240087,5108460,4553381,3148546,2433387,1748108,723454,58525,792,42585,1634386,10360570,6798599,4847748,4971202,343863,2200366,1549422,90144,63288,338,44863,1678135,9293357,9361258,6766402,4331272,3518962,2425786,1701795,552452,16104,0,90198,1731332,7954135,11561342,6834733,4255652,4243070,3415216,1841237,655456) > par4 = '12' > par3 = 'monthly time series of aardbeien in België' > par2 = '' > par1 = 'Omzet Aardbeien' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = '' > postscript(file="/var/wessaorg/rcomp/tmp/1os1s1324221394.ps",horizontal=F,onefile=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/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/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/wessaorg/rcomp/tmp/22bb11324221394.tab") > > try(system("convert tmp/1os1s1324221394.ps tmp/1os1s1324221394.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.523 0.095 0.612