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(42,49,56,67,51,54,53,54,75,54,46,44,32,21,45,36,36,33,25,25,19,31,25,35,21,28,23,25,32,26,39,37,28,21,21,33,13,25,43,23,13,25,14,33,25,44,30,21,31,29,17,15,51,19,12,46,26,18,12,14,14,18,16,18,17,25,28,15,20,34,14,17,19,7,25,18,18,34,21,21,19,22,14,16,47,22,33,19,12,42,20,31,27,19,21,38,13,19,22,18,17,20,15,22,28,19,10,9,26,10,80,32,24,31,19,25,30,22,21,27,22,27,27,14,41,20,17,31,27,26,25,20,30,18,30,30,44,26,18,57,26,14,12,28,13,15,13,23,10,53,28,18,21,22,44,27,21,59,41,48,27,25,41,15,34,46,24,19,50,28,40,38,29,73,36,35,13,17,21,21,33,45,57,26,22,19,21,25,35,21,14,21,24,20,22,27,32,24,26,28,35,23,28,20,26,29,11,15,22,25,21,13,24,22,18,20,21,25,25,20,26,35) > par3 = 'Bouwvergunningen volgens effectieve datum van toekenning (ramingen vanaf januari 1990 tot juni 2008) ' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=321000004&Lang=N' > par1 = 'Bouwvergunningen Brussels Hoofdstedelijk gewest' > ylab = 'value' > xlab = 'index' > 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/13pe71229004922.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/20c2h1229004922.tab") > > system("convert tmp/13pe71229004922.ps tmp/13pe71229004922.png") > > > proc.time() user system elapsed 1.194 0.333 1.248