R version 2.12.1 (2010-12-16) Copyright (C) 2010 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(12,11,15,6,13,10,12,14,12,6,10,12,12,11,15,12,10,12,11,12,11,12,13,11,9,13,10,14,12,10,12,8,10,12,12,7,6,12,10,10,10,12,15,10,10,12,13,11,11,12,14,10,12,13,5,6,12,12,11,10,7,12,14,11,12,13,14,11,12,12,8,11,14,14,12,9,13,11,12,12,12,12,12,12,11,10,9,12,12,12,9,15,12,12,12,10,13,9,12,10,14,11,15,11,11,12,12,12,11,7,12,14,11,11,10,13,13,8,11,12,11,13,12,14,13,15,10,11,9,11,10,11,8,11,12,12,9,11,10,8,9,8,9,15,11,8,13,12,12,9,7,13,9,6,8,8,15,6,9,11,8,8) > par4 = '12' > par3 = '' > par2 = '' > par1 = 'Software' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = '' > postscript(file="/var/www/rcomp/tmp/1ykg71321309357.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/www/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/rcomp/tmp/2qizo1321309357.tab") > > try(system("convert tmp/1ykg71321309357.ps tmp/1ykg71321309357.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.616 0.072 0.675