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(33024,32526,31455,31524,31856,32696,32584,33498,34175,34172,34379,34988,36158,37411,38015,37577,36354,36030,35636,35669,34635,35496,36376,37635,38875,38372,38897,38018,37325,36893,36117,37599,39037,40809,42508,44021,44088,44510,45786,47349,48696,50598,50066,49367,48784,47841,48300,47518,46504,45147,44404,43455,42299,42105,40152,39519,39633,39376,38850,39657,34804,34372,32678,28420,25420,27683,29904,30546,29142,27724,27069,26665,26004,25767,24915,23689,20915,19414,17824,16348,15571,13929,12480,10837,9473,8051,5278,3008,2404,2298,2260,1938,1371,1009,686,493,285,192,129,60,54,26,11,3,0,2,1,0,0,0,0) > par4 = 'No season' > par3 = 'Jaarlijkse gegevens' > par2 = 'Vlaams indicatorenboek 2007' > par1 = 'aantal mannen met x leeftijd voor Vlaams Gewest' > ylimmax = '' > ylimmin = '' > ylab = 'aantal mannen' > 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/12iem1292072783.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/2n1d91292072783.tab") > > try(system("convert tmp/12iem1292072783.ps tmp/12iem1292072783.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.388 0.179 2.290