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(31.82 + ,32.23 + ,30.51 + ,30.68 + ,31.32 + ,30.77 + ,30.88 + ,31.92 + ,29.68 + ,28.56 + ,32.85 + ,36.35 + ,35.13 + ,30.05 + ,30.80 + ,32.00 + ,31.78 + ,29.92 + ,31.77 + ,29.93 + ,31.05 + ,32.25 + ,33.34 + ,35.35 + ,33.45 + ,32.48 + ,31.55 + ,32.02 + ,29.49 + ,27.18 + ,28.66 + ,30.05 + ,31.14 + ,29.66 + ,30.05 + ,26.32 + ,25.32 + ,23.06 + ,24.45 + ,24.91 + ,26.65 + ,28.20 + ,30.50 + ,26.90 + ,28.00 + ,26.12 + ,29.80 + ,32.23 + ,31.64 + ,29.66 + ,31.30 + ,33.42 + ,35.65 + ,35.87 + ,34.73 + ,34.40 + ,33.56 + ,34.36 + ,33.45 + ,32.98 + ,32.72 + ,32.75 + ,34.21 + ,36.69 + ,37.50 + ,37.52 + ,37.23 + ,35.72 + ,35.61 + ,39.34 + ,39.31 + ,40.62 + ,40.62 + ,41.80 + ,42.60 + ,43.67 + ,45.47 + ,46.40 + ,45.84 + ,46.59 + ,46.70 + ,48.81 + ,48.92 + ,46.95 + ,44.90 + ,43.63 + ,45.28 + ,46.05 + ,46.51 + ,46.95 + ,46.45 + ,49.82 + ,51.82 + ,52.50 + ,53.25 + ,53.95 + ,54.54 + ,53.23 + ,52.00 + ,51.13 + ,50.16 + ,50.19 + ,51.28 + ,53.34 + ,53.08 + ,51.75 + ,52.20 + ,51.11 + ,51.30 + ,52.61 + ,51.41 + ,51.61 + ,52.35 + ,52.21 + ,52.64 + ,52.50 + ,53.55 + ,52.41 + ,53.80 + ,54.22 + ,53.21 + ,53.50 + ,52.30 + ,52.47 + ,51.32 + ,51.37 + ,52.32 + ,52.24 + ,53.40 + ,52.83 + ,53.08 + ,53.62 + ,54.14 + ,54.62 + ,54.13 + ,52.94 + ,54.43 + ,53.98 + ,54.05 + ,53.45 + ,53.39 + ,53.43 + ,53.03 + ,52.16 + ,51.72 + ,51.42 + ,50.54 + ,50.13 + ,50.63 + ,52.10 + ,52.64 + ,53.47 + ,53.39 + ,54.11 + ,54.70 + ,54.34 + ,53.39 + ,52.47 + ,52.74 + ,53.44 + ,51.61 + ,53.30 + ,53.10 + ,53.26 + ,53.09 + ,53.39 + ,52.56 + ,52.57 + ,53.18 + ,52.00 + ,51.75 + ,50.34 + ,51.96 + ,53.07 + ,53.14 + ,52.60 + ,52.70 + ,53.20 + ,52.23 + ,53.21 + ,54.17 + ,54.33 + ,55.12 + ,56.58 + ,55.91 + ,54.65 + ,55.03 + ,55.56 + ,57.15 + ,58.24 + ,58.77 + ,58.97 + ,57.29 + ,56.04 + ,56.72 + ,56.46 + ,57.10 + ,56.81 + ,56.32 + ,55.81 + ,56.03 + ,56.90 + ,56.59 + ,54.60 + ,55.08 + ,55.48 + ,54.42 + ,54.55 + ,55.17 + ,55.10 + ,53.89 + ,53.02 + ,53.24 + ,52.32 + ,52.57 + ,51.69 + ,50.26 + ,47.94 + ,47.32 + ,48.72 + ,49.84 + ,50.15 + ,50.00 + ,49.34) > par4 = 'No season' > par3 = 'Prices paid to growers in exporting Member countries in US cents per lb (Arabica, 1977/1 - 2006/12)' > par2 = '' > par1 = 'Slotkoers' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = '' > postscript(file="/var/wessaorg/rcomp/tmp/1vyrh1321367171.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/21h0r1321367171.tab") > > try(system("convert tmp/1vyrh1321367171.ps tmp/1vyrh1321367171.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.492 0.081 0.570