x <- c(2.42,2.42,2.42,2.42,2.42,2.43,2.43,2.43,2.44,2.44,2.44,2.43,2.42,2.41,2.38,2.38,2.37,2.37,2.37,2.36,2.32,2.25,2.25,2.24,2.24,2.23,2.22,2.22,2.21,2.21,2.20,2.21,2.20,2.21,2.21,2.21,2.20,2.20,2.19,2.19,2.19,2.18,2.18,2.18,2.18,2.18,2.18,2.18,2.18,2.18,2.18,2.18,2.18,2.18,2.17,2.17,2.17,2.17,2.17,2.17,2.17,2.17,2.17,2.18,2.17,2.18,2.17,2.17,2.18,2.18,2.18,2.17) par3 = 'Consumentenprijs wijn' par2 = 'www.belgostat.be' par1 = ' wijnprijzen' ylab = 'prijs' xlab = 'jaren' main = 'wijnprijzen vanaf Januari 2000 tot 2005' #'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/1oxt01265541673.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() #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/21xhj1265541673.tab") try(system("convert tmp/1oxt01265541673.ps tmp/1oxt01265541673.png",intern=TRUE))