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(61.32,61.47,61.84,62.82,62.9,62.97,63.04,63.04,63.93,63.94,64.09,64.08,64.21,64.53,64.76,64.84,64.88,64.89,64.89,64.89,65.03,65.03,65,65,65.05,65.84,66.6,67.55,68.07,69.06,69.06,69.11,69.29,69.38,69.28,69.75,69.9,70.21,70.48,71.55,72.18,72.64,72.77,72.74,73.13,73.44,73.34,73.34,73.81,74.26,74.72,75.11,75.26,75.89,75.91,76.43,76.56,76.76,76.76,76.56,76.82,77.09,77.51,77.76,77.86,77.89,77.94,77.99,78.17,78.91,78.87,78.88,79.08,79.41,79.51,79.73,80.38,80.56,80.46,80.45,80.58,80.68,80.52,81.49,81.66,81.95,82.3,82.4,83.14,83.17,83.11,83.21,83.33,83.88,83.8,83.73,99.42,99.42,99.42,99.42,99.42,109.26,110,110,109.26,100.07,100.07,100.05,100.05,100.05,100.05,100.05,100.05,108.77,111.32,111.6,108.52,103.13,102.87,102.75,102.75,102.75,102.75,102.75,102.75,115.22,115.53,115.4,111.99,107.93,107.43,106.98,106.98,106.98,106.98,106.98,106.98) > par3 = '' > par2 = 'Belgostat' > par1 = 'gemiddelde consumptie prijs voor een hotelkamer' > ylab = 'gemiddelde prijs' > xlab = 'tijd' > 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/1e64n1254226361.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/2jkjk1254226361.tab") > > system("convert tmp/1e64n1254226361.ps tmp/1e64n1254226361.png") > > > proc.time() user system elapsed 0.659 0.353 0.727