R version 2.9.0 (2009-04-17) Copyright (C) 2009 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(2.194,2.419,2.742,2.137,2.71,2.173,2.363,2.126,1.905,2.121,1.983,1.734,2.074,2.049,2.406,2.558,2.251,2.059,2.397,1.747,1.707,2.319,1.631,1.627,1.791,2.034,1.997,2.169,2.028,2.253,2.218,1.855,2.187,1.852,1.57,1.851,1.954,1.828,2.251,2.277,2.085,2.282,2.266,1.878,2.267,2.069,1.746,2.299,2.36,2.214,2.825,2.355,2.333,3.016,2.155,2.172,2.15,2.533,2.058,2.16,2.26,2.498,2.695,2.799,2.946,2.93,2.318,2.54,2.57,2.669,2.45,2.842) > par3 = 'Aantal gebouwen ' > par2 = 'Belgostat' > par1 = 'Bouwvergunningen volgens effectieve datum van toekenning (ramingen voor de 5 laatste jaren) - woongebouwen' > ylab = 'value' > xlab = 'index' > main = 'Bouwvergunningen (aantal gebouwen)' > #'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/1m9lx1257323459.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/24rfc1257323459.tab") > > system("convert tmp/1m9lx1257323459.ps tmp/1m9lx1257323459.png") > > > proc.time() user system elapsed 0.384 0.187 0.466