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(17.3,17.8,13.9,12.6,14.4,11.5,13.1,16.2,19.4,20.7,23.4,24.2,23.9,24.8,25.7,27.5,28.8,28.4,31.8,29.2,30,29.4,27.5,25.6,27,25.2,24.6,21.9,20.8,21.3,20.6,21.2,25.1,27.1,28.1,29,29.4,31,32.1,34.1,34.3,35.1,36.5,35.3,34.3,35.7,34.5,35.7,34.9,33.6,32.5,34.6,35.6,37.3,36,33.8,33.5,31.1,31.2,28.9,30.7,30.5,30.8,26.9,29.3,27.5,25.5,26,20.8,14.9,6.9,0) > par3 = 'De seizoensgezuiverde conjunctuur (de algemene synthetische curve)' > par2 = 'Belgostat' > par1 = 'Conjunctuur' > ylab = 'value' > xlab = 'index' > 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/rcomp/tmp/1nqzi1257265365.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/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/rcomp/tmp/2othc1257265365.tab") > > system("convert tmp/1nqzi1257265365.ps tmp/1nqzi1257265365.png") > > > proc.time() user system elapsed 0.440 0.260 0.686