R version 2.7.2 (2008-08-25) 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(86.3,99.1,98.4,95.6,92.2,79.4,100.9,135.3,114.6,85.7,76.3,72.2,66.7,91.2,69.7,62.8,102,54.8,53.2,107.8,89.3,68.2,64.9,58.9,47.2,56.4,64.8,59.2,67.1,51.1,55.6,106,53.4,52.3,89,56.9,44.4,101.6,68.8,52.2,74.1,67.1,63.4,300.4,114.6,120.4,124,106.9,130.4,153.1,61.2,59.3,119.9,90.1,86.2,262,112.3,91.9,94.6,103.9,110,150.2,105.1,124.4,185.1,96.7,319.9,240.4,127.1,90.6,82.5,103.4,92.9,154.9,131.6,104.1,104.2,73.9,115.9,136.9,117.3,62.9,89.3,91,91.3,97.6,151.4,83.4,119.1,84.6,164,145.3,124.2,74.6,94.3,98.3,90.4) > par3 = 'investeringen volgens BTW niet-industriële sector' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=483000054|910000082&Lang=N' > par1 = 'investeringen volgens BTW niet-industriële sector' > ylab = 'Value' > xlab = 'Time' > main = 'investeringen volgens BTW niet-industrië' > #'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/12z5s1223963176.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/25jfm1223963176.tab") > > system("convert tmp/12z5s1223963176.ps tmp/12z5s1223963176.png") > > > proc.time() user system elapsed 0.616 0.192 4.473