R version 2.8.0 (2008-10-20) Copyright (C) 2008 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(103.2,106.9,118.6,111.9,119.0,116.3,116.2,115.6,107.5,116.8,124.1,115.0,105.3,104.1,119.6,112.2,109.6,121.8,108.8,111.5,108.5,115.4,119.3,116.5,101.9,96.6,116.6,112.5,103.7,118.5,105.0,105.0,109.1,112.6,108.2,114.4,95.9,90.8,115.0,99.8,103.0,108.4,99.2,100.6,107.1,107.0,111.9,115.6,97.7,97.3,111.8,99.3,104.6,113.3,98.7,98.2,102.5,100.8,111.4,108.9,90.4,94.6,104.3,99.0,103.0,105.1,98.9,101.0,96.5,102.8,112.3,106.5,91.9,92.7,104.2,101.7,102.8,105.6,96.9,97.6,93.7,102.1,106.6,100.2,92.0,86.8,104.8,100.0,96.8,110.6,100.7,101.5) > par3 = '' > par2 = '' > par1 = 'Totale Productie (zonder bouwnijverheid)' > ylab = 'Indexcijfer (2000=100)' > xlab = 'Maand' > main = 'Totale Productie (zonder bouwnijverheid)' > #'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/1zeue1228676163.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/2mfh41228676163.tab") > > system("convert tmp/1zeue1228676163.ps tmp/1zeue1228676163.png") > > > proc.time() user system elapsed 0.384 0.191 0.452