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(24.1,26.2,22.7,22.9,12.6,12.2,10.1,17.3,22.9,21.7,21,18.8,19.7,21.4,24.3,26,23.5,23.8,25,31.8,26.6,26.5,21,17.9,17.1,17.7,26.2,22.3,26.6,19.6,21,14.5,16.8,18.7,23.3,23.3,27,22.8,20.3,16,14.7,17.4,17.7,20.7,18.5,15.6,20.2,17.9,16,9.5,7.9,7.1,6.2,8,9.5,7.7,7.5,11.5,17.2,18.1,19.1,19.2,21,20.5,20.1,20.5,16,16.5,16.2,16.7,6.4,3.8,2.3,11.9,14,15.3,12.1,12.8,18.2,20.9,28.3,22.3,21.9,23.3,26.8,24.2,20.8,23.8,29.6,43.1,34.7,31.5,9.7,12.6,16.9,16.6,14.9,13.1,18.4,18.3,18.3,5.2,10.4,8.9,25.6,23.8,25.7,26.7,28.5,29.6,29,26.1,24.2,28,29.4,31.5,26.7,27.5,25.6,27.4) > par20 = '' > par19 = '' > par18 = '' > par17 = '' > par16 = '' > par15 = '' > par14 = '' > par13 = '' > par12 = '' > par11 = '' > par10 = '' > par9 = '' > par8 = '' > par7 = '' > par6 = '' > par5 = '' > par4 = '' > par3 = 'Economische indicator voor Belgiƫ. Maandelijks, volledige tijdreeks van januari 1998 tot december 2008 - Investeringen volgens de BTW-aangiften in eenheden. Ik heb de eenheden + 15 (een constante gedaan) omdat ik anders ook met negatieve getallen zat' > par2 = 'http://ecodata.mineco.fgov.be/mdn/ts_structur.jsp?table=AT0836070' > par1 = 'Investeringen volgens de BTW-aangiften' > ylab = '' > xlab = '' > 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/1igt91228474796.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/27exv1228474796.tab") > > system("convert tmp/1igt91228474796.ps tmp/1igt91228474796.png") > > > proc.time() user system elapsed 0.381 0.178 0.527