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(10413.00,10709.00,10662.00,10570.00,10297.00,10635.00,10872.00,10296.00,10383.00,10431.00,10574.00,10653.00,10805.00,10872.00,10625.00,10407.00,10463.00,10556.00,10646.00,10702.00,11353.00,11346.00,11451.00,11964.00,12574.00,13031.00,13812.00,14544.00,14931.00,14886.00,16005.00,17064.00,15168.00,16050.00,15839.00,15137.00,14954.00,15648.00,15305.00,15579.00,16348.00,15928.00,16171.00,15937.00,15713.00,15594.00,15683.00,16438.00,17032.00,17696.00,17745.00,19394.00,20148.00,20108.00,18584.00,18441.00,18391.00,19178.00,18079.00,18483.00) > par3 = 'Goudprijs (EUR/kg)' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?Order=true&TableId=227000012&Lang=N&prop=null' > par1 = 'Goudprijs (EUR/kg)' > 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/freestat/rcomp/tmp/1fs1j1224436668.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/2g02s1224436668.tab") > > system("convert tmp/1fs1j1224436668.ps tmp/1fs1j1224436668.png") > > > proc.time() user system elapsed 0.835 0.220 0.919