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(31.75,27.85,27.33,29.11,28.17,28.93,32.33,34.74,33.70,34.35,35.35,34.44,33.70,32.39,28.30,29.11,28.67,28.18,29.28,29.73,26.26,26.82,27.72,27.10,27.03,25.98,25.72,25.93,24.94,21.70,17.90,17.06,16.41,16.68,18.24,16.41,15.71,13.95,12.22,14.91,14.61,15.01,15.57,16.07,15.39,15.16,15.44,15.70,17.57,18.42,17.93,18.42,17.61,17.98,17.78,17.74,19.04,19.85,20.23,20.23,21.07,21.28,21.83,21.83,22.22,22.68,23.58,23.73,23.68,23.92,24.85,26.28,27.75,29.59,29.26,29.25,28.68,26.05,27.11,29.53,31.01,32.95,32.09,31.74,32.50,33.60,32.47,34.38,32.31,30.71,30.26,27.20,24.85,22.27,18.11,18.30,15.96,14.32,15.06,16.90,16.60,13.16,9.57,9.35,7.68,1.52,0.80) > par3 = '' > par2 = '' > par1 = '' > ylab = 'Koers' > 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/rcomp/tmp/17bjf1228395250.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/208ia1228395250.tab") > > system("convert tmp/17bjf1228395250.ps tmp/17bjf1228395250.png") > > > proc.time() user system elapsed 0.392 0.176 0.487