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(2.333,3.016,2.155,2.172,2.150,2.533,2.058,2.160,2.260,2.498,2.695,2.799,2.946,2.930,2.318,2.540,2.570,2.669,2.450,2.842,3.440,2.678,2.981,2.260,2.844,2.546,2.456,2.295,2.379,2.479,2.057,2.280,2.351,2.276,2.548,2.311,2.201,2.725,2.408,2.139,1.898,2.537,2.068,2.063,2.520,2.434,2.190,2.794,2.070,2.615,2.265,2.139,2.428,2.137,1.823,2.063,1.806,1.758,2.243,1.993,1.932) > par3 = 'Bouwvergunningen volgens effectieve datum van toekenning (ramingen voor de drie laatste jaren) - woongebouwen' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=321000001|910000082&Lang=N' > par1 = 'Bouwvergunningen' > ylab = 'value' > xlab = 'index' > main = 'Bouwvergunning voor Woongebouwen' > #'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/freestat/rcomp/tmp/12ra51255465675.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/2k83r1255465675.tab") > > system("convert tmp/12ra51255465675.ps tmp/12ra51255465675.png") > > > proc.time() user system elapsed 0.547 0.242 0.587