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(18932,18927,19124,19066,19971,20165,19705,19718,19938,20039,19721,19777,20505,21763,22404,22038,22038,21874,21269,21127,20609,20565,19791,20672,20938,20675,19992,19801,20050,20427,20815,21666,22720,23650,24244,23669,23881,23857,23999,24780,25426,26229,25973,25375,25966,25391,26046,25572,24900,24744,24526,24274,23774,23414,23002,23137,22947,23733,23234,22969,17708,17377,16273,14342,13522,15210,16493,16701,15662,15526,15413,15805,15802,16753,16906,16891,15703,15429,14762,14426,14250,13267,12397,11586,10888,9841,6443,4019,3449,3179,3341,3325,2478,1982,1405,1059,740,533,366,224,147,75,54,23,16,6,7,2,0,0,0) > par4 = 'No season' > par3 = 'Jaarlijkse gegevens' > par2 = 'Vlaams indicatorenboek 2007' > par1 = 'aantal vrouwen met x leeftijd voor het Waals Gewest' > ylimmax = '' > ylimmin = '' > ylab = 'aantal vrouwen' > xlab = 'leeftijd' > 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/19s6j1292073266.ps",horizontal=F,onefile=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/2ca4p1292073266.tab") > > try(system("convert tmp/19s6j1292073266.ps tmp/19s6j1292073266.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.373 0.173 0.849