R version 2.7.2 (2008-08-25) 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(13812.00,13031.00,12574.00,11964.00,11451.00,11346.00,11353.00,10702.00,10646.00,10556.00,10463.00,10407.00,10625.00,10872.00,10805.00,10653.00,10574.00,10431.00,10383.00,10296.00,10872.00,10635.00,10297.00,10570.00,10662.00,10709.00,10413.00,10846.00,10371.00,9924.00,9828.00,9897.00,9721.00,10171.00,10738.00,10812.00,10511.00,10244.00,10368.00,10457.00,10186.00,10166.00,10827.00,10997.00,10940.00,10756.00,10893.00,10236.00,9960.00,10018.00,10063.00,10002.00,9728.00,10002.00,10177.00,9948.00,9394.00,9308.00,9155.00,9103.00,9732.00) > par3 = 'Tijdsreeks' > par2 = 'Belgostat' > par1 = 'Goudprijs (Eur/Kg)' > ylab = 'value' > xlab = 'index' > main = 'Goudprijs (Eur/Kg)' > #'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/freestat/rcomp/tmp/1mkuo1223936137.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/2wyfy1223936137.tab") > > system("convert tmp/1mkuo1223936137.ps tmp/1mkuo1223936137.png") > > > proc.time() user system elapsed 0.831 0.217 0.875