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(727,817,918,786,803,756,725,523,538,587,505,521,498,550,637,622,668,669,670,499,539,593,429,622,533,655,835,686,706,869,777,739,637,597,629,940,444,496,801,659,767,876,601,697,745,655,572,628,650,677,900,780,896,1092,823,735,770,915,645,566,707,785,762,712,714,823,609,620,619,638,483,535,617,698,804,824,878,1019,974,773,734,827,804,721,659,732,839,994,828,1039,1072,803,1035,922,834,1739,359,513,699,741,793,877,750,752,675,682,583,632,606,645,980,847,941,1066,936,880,808,741,780,675,782,795,873,727,998,768,714,782,578,664,560,516,752,597,716,691,752,718,737,621,472,719,497,536,653,605,637,743,719,653,675,590,527,534,463,542,568,501,678,774,665,742,715,638,656,606,498,587,677,547,871,731,752,862,619,700,667,667,650,547,637,655,703,886,896,831,741,833,750,779,655,739,845,795,1021,726,1045,915,852,772,729,755,691,729,702,702,894,765,753,876,781,776,606,775,663,649,821,771,635,1070,693,779) > par3 = 'Bouwvergunningen volgens effectieve datum van toekenning (ramingen vanaf januari 1990 tot juni 2008) ' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=321000003&Lang=N' > par1 = 'Bouwvergunningen Waals 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/1om8d1229004687.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/2t0b11229004687.tab") > > system("convert tmp/1om8d1229004687.ps tmp/1om8d1229004687.png") > > > proc.time() user system elapsed 0.401 0.194 0.562