x <- c(70.5,70.65,70.71,15.80,170.99,15.26,17.21,16.97,16.80,18.37,18.53,18.708,18.73,18.63,19.15,19.76,20.02,20.26,20.32,20.52,20.81,21.26,22.15,23.05,270.01,270.69,70.38,26.33,27.36,28.55,30.10,32.20,36.28,700.91,7070.66,707.83,709.97,52.20,55.67,59.92,65.15,70.17,770.6,78.23,79.27,80.707,81.701,83.97,86.83,89.61,91.79,970.32,96.56,97.98,100.00,101.63,102.60,103.75,106.39,109.02,110.81,112.57,1170.93,118.13,120.7,122.707,127.97,127.87) par3 = 'jaarlijkse cijfers consumptie' par2 = 'Excelbestand op pc' par1 = 'jaarlijkse cijfers consumptie' ylab = 'value' xlab = 'index' 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/1ubqu1268762857.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=11.111111111111) plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab) dev.off() #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/2x11j1268762857.tab") try(system("convert tmp/1ubqu1268762857.ps tmp/1ubqu1268762857.png",intern=TRUE))