R version 2.8.1 (2008-12-22) 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(16.46,16.6,16.53,16.58,16.55,16.56,16.58,16.54,16.48,16.36,16.32,16.32,16.24,16.21,16.21,16.27,16.25,16.21,16.13,16.1,16.02,15.92,15.89,15.85,15.88,15.82,15.81,15.8,15.78,15.77,15.74,15.73,15.66,15.58,13.35,13.35,13.3,13.24,13.25,13.19,13.19,13.19,13.18,13.18,13.17,13.15,13.09,13.03,12.86,12.81,12.79,12.76,12.7,12.66,12.62,12.62,12.6,12.58,12.55,12.47,12.46,12.46,12.46,12.44,12.43,12.41,12.41,12.41,12.38,12.37,12.33,12.25,12.23,12.23,12.22,12.22,12.2,12.18,12.17,12.16,12.11,12.05,12.02,11.98,11.94,11.93,11.93,11.9,11.89,11.89,11.9,11.89,11.86,11.86,11.85,11.81,11.8) > par3 = 'haarsnit heren' > par2 = 'belgostat' > par1 = 'Haarsnit heren' > ylab = 'prijs in euro' > xlab = 'tijd in maanden' > main = 'haarsnit heren' > #'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/10dsg1234359872.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/2nr6p1234359872.tab") > > system("convert tmp/10dsg1234359872.ps tmp/10dsg1234359872.png") > > > proc.time() user system elapsed 0.388 0.194 0.740