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(5.29,5.29,5.29,5.31,5.33,5.34,5.34,5.37,5.41,5.41,5.38,5.44,5.44,5.46,5.46,5.45,5.46,5.46,5.48,5.47,5.48,5.51,5.55,5.58,5.59,5.6,5.6,5.67,5.71,5.7,5.73,5.72,5.75,5.75,5.77,5.83,5.85,5.87,5.86,5.87,5.93,5.97,5.98,5.99,5.99,6.03,6.06,6.07,6.08,6.08,6.1,6.13,6.14,6.14,6.16,6.2,6.19,6.32,6.32,6.33,6.32,6.33,6.38,6.42,6.46,6.47,6.42,6.48,6.47,6.49,6.48,6.51,6.51,6.52,6.57,6.59,6.62,6.63,6.61,6.64) > par3 = 'gemiddelde consumptieprijs' > par2 = 'Nationale Bank' > par1 = 'Rijstaart' > ylab = 'in euro' > xlab = 'maand' > main = 'gemiddelde consuptieprijs rijstaart' > #'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/1ch8f1236236573.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/2dwuk1236236573.tab") > > system("convert tmp/1ch8f1236236573.ps tmp/1ch8f1236236573.png") > > > proc.time() user system elapsed 0.543 0.229 0.590