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.050,19.260,19.280,19.100,18.955,18.265,17.760,18.760,19.280,18.920,18.950,18.490,18.470,18.570,18.900,18.485,18.635,18.865,18.860,18.400,18.515,18.950,18.830,18.840,19.200,19.340,20.780,20.270,20.270,20.270,20.250,20.310,19.660,19.760,19.750,19.470,19.320,19.360,19.600,20.140,19.660,19.790,19.670,19.590,19.340,19.330,19.430,19.520,19.400,19.910,19.800,19.830,20.100,20.260,20.310,20.450,19.990,20.095,20.365,19.740,20.100,19.910,20.060,20.440,20.740,21.480,21.050,21.850,22.490,21.660,21.650,21.680,23.020,23.100,22.650,22.440,22.910,22.980,22.535) > par3 = '' > par2 = '' > par1 = 'goudprijs in euro/kg' > ylab = 'goudprijs' > xlab = '' > main = 'goudprijs in euro/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/18klz1236015891.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/22jn91236015891.tab") > > system("convert tmp/18klz1236015891.ps tmp/18klz1236015891.png") > > > proc.time() user system elapsed 0.543 0.233 0.623