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(374.92,375.63,376.51,377.75,378.54,378.21,376.65,374.28,373.12,373.1,374.67,375.97,377.03,377.87,378.88,380.42,380.62,379.66,377.48,376.07,374.1,374.47,376.15,377.51,378.43,379.7,380.91,382.2,382.45,382.14,380.6,378.6,376.72,376.98,378.29,380.07,381.36,382.19,382.65,384.65,384.94,384.01,382.15,380.33,378.81,379.06,380.17,381.85,382.88,383.77,384.42,386.36,386.53,386.01,384.45,381.96,380.81,381.09,382.37,383.84,385.42,385.72,385.96,387.18,388.5,387.88,386.38,384.15,383.07,382.98,384.11,385.54,386.92,387.41,388.77,389.46,390.18,389.43,387.74,385.91,384.77,384.38,385.99,387.26) > par4 = '12' > par3 = 'maandelijkse tijdsreeks van COČ uitstoot' > par2 = '' > par1 = 'Maandelijkse COČ uitstoot' > ylimmax = '' > ylimmin = '' > ylab = 'C0Č in ppm (parts/million)' > xlab = 'Tijd in maanden' > main = '' > postscript(file="/var/wessaorg/rcomp/tmp/1hzb41323438876.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/292u61323438876.tab") > > try(system("convert tmp/1hzb41323438876.ps tmp/1hzb41323438876.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.470 0.069 0.538