R version 2.7.0 (2008-04-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(37.6,52.8,32.1,33.3,43.6,37.5,31.9,102,55,81.1,36.2,39.7,45.6,43,33.9,34.1,62.1,43.2,70.7,74.9,68.4,64.1,70.4,51.6,52.4,73.9,85.9,52.9,68.6,71.4,71.7,94.8,94.6,59.4,94.3,49.7,59.7,58,40.8,66.4,54,31.8,55.1,72.3,69.7,56.3,57,44.1,43.8,51,42,52.6,73.7,40.5,49,74.3,59.4,125.8,77.8,102.8,70.3,103.2,42.1,59,45,57.1,57.2,147.5,98.7,70.5,41,54.2,39.8,50.9,42.3,37.6,44.6,46.4,48,152.9,64.5,50.5,60.3,53.8,52.8,50.2,70.8,62,73.7,43.4,49.6,141,122.3,86.4,134,107.1,80.9) > par3 = 'investeringen volgens BTW industriële sector' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=483000053|910000082&Lang=N' > par1 = 'investeringen volgens BTW industriële sector' > ylab = 'Value' > xlab = 'Time' > main = 'investeringen volgens BTW industriële se' > #'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/1qa2d1223962685.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/2qggc1223962685.tab") > > system("convert tmp/1qa2d1223962685.ps tmp/1qa2d1223962685.png") > > > proc.time() user system elapsed 1.160 0.312 1.230