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(121.1,125.38,123.1,129.92,136.68,131.17,124.82,122.47,126.15,118.74,116.8,116.64,116.53,117.68,119.46,126.19,124.39,121.9,122.53,122.93,124.66,124.41,120.93,120.18,123.44,126.1,125.82,122.18,117.27,117.86,119.09,123.08,125.42,121.81,121.66,121.27,120.92,122.16,124.17,127.26,134.16,134.09,135.57,136.13,136.23,140.6,136.5,130.59,129.5,135.25,138.06,146.28,145.04,147.96,156.71,160.97,168.17,163.91,153.05,151.76,119.55,119.44,120.25,124.92,126.34,125.88,127.34,127.48,119.41,114.82,115.28,116.37,111.99,113.57,117.69,120.74,122.37,123.57,124.86,122.08,123.56,126.92,134.88,130.64,131.65,130.97,136.77,138.17,146.4,152.07,153.05,142.89,141.11,131.9,118.42,108.27) > par3 = 'Index benzine' > par2 = 'belgistat' > par1 = 'Index superplus loodvrij 98' > ylab = 'value' > xlab = 'maanden' > main = '' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > postscript(file="/var/www/html/rcomp/tmp/1zrpn1254340824.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/2u7w51254340824.tab") > > system("convert tmp/1zrpn1254340824.ps tmp/1zrpn1254340824.png") > > > proc.time() user system elapsed 0.391 0.187 0.870