R version 2.9.0 (2009-04-17) Copyright (C) 2009 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(22980,23275,23625,23640,23640,23835,23845,23940,24005,24055,24325,24445,24460,24490,24575,24615,24630,24635,24635,24650,24670,24680,24695,24695,24700,24730,24740,24750,24835,24840,24880,24895,24895,24930,24940,24965,24975,24985,25005,25030,25040,25045,25055,25055,25065,25090,25090,25095,25115,25115,25185,25185,25215,25220,25220,25225,25235,25235,25270,25280,25305,25335,25405,25440,25520,25550,25590,25620,25625,25625,25635,25690,25740,25880,25910,25960,25960,26015,26135,26185,26280,26280,26295,26375,26430,26465) > par3 = 'De goudprijs per kilogram over periode van 87 dagen' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=751000059&Lang=N' > par1 = 'goudprijs per kilogram' > ylab = 'prijs per kilogram' > xlab = 'dagen' > main = 'Goudprijs per kilogram' > #'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/1w7ur1267973523.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/2tell1267973523.tab") > > try(system("convert tmp/1w7ur1267973523.ps tmp/1w7ur1267973523.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.375 0.176 0.444