R version 2.12.0 (2010-10-15) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) 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(57619,57077,56161,55614,57029,57667,57275,57514,58519,58759,58170,58277,61050,63191,64035,63358,62149,61789,60973,61229,60566,61922,62945,64810,66641,67675,66585,66573,66193,65545,64835,67184,69421,72359,74730,75067,74927,74845,75335,78121,79944,82779,81484,79939,80611,79088,79992,77800,76277,75425,74524,72844,70768,70172,67726,68032,67096,68261,67363,67322,57465,57031,54046,47435,43623,48866,53075,53778,51237,50393,49947,50660,50307,52235,51783,51602,47498,45981,43588,42791,41325,38917,36971,33628,31445,28478,19247,12209,10467,10127,10344,10117,8142,6404,4519,3482,2373,1772,1178,746,503,293,161,91,55,20,14,8,2,0,1) > par4 = 'No season' > par3 = 'Jaarlijkse gegevens' > par2 = 'Vlaams indicatorenboek 2007' > par1 = 'aantal vrouwen met x leeftijd' > 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/rcomp/tmp/1lqar1292071166.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/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/rcomp/tmp/2oqrf1292071166.tab") > > try(system("convert tmp/1lqar1292071166.ps tmp/1lqar1292071166.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.450 0.180 0.632