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(20.830,19.650,19.195,19.644,18.483,18.079,19.178,18.391,18.441,18.584,20.108,20.148,19.394,17.745,17.696,17.032,16.438,15.683,15.594,15.713,15.937,16.171,15.928,16.348,15.579,15.305,15.648,14.954,15.137,15.839,16.050,15.168,17.064,16.005,14.886,14.931,14.544,13.812,13.031,12.574,11.964,11.451,11.346,11.353,10.702,10.646,10.556,10.463,10.407,10.625,10.872,10.805,10.653,10.574,10.431,10.383,10.296,10.872,10.635,10.297,10.570,10.662,10.709,10.413,10.846,10.371,9.924,9.828,9.897,9.721,10.171,10.738) > par3 = 'De goudkoers van 2003 tot 2009' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=751000059&Lang=E' > par1 = 'Goudkoers 2003 - 2009' > ylab = 'prijs in euro (x1000)' > xlab = 'maand' > main = 'Goudkoers 2003 - 2009' > #'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/1o5xq1234263739.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/2ooma1234263739.tab") > > system("convert tmp/1o5xq1234263739.ps tmp/1o5xq1234263739.png") > > > proc.time() user system elapsed 0.535 0.235 0.618