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(229718,228407,231888,227964,228173,229222,231492,233892,236859,242518,239128,247407,246150,249879,250914,245216,239611,238678,237112,247588,238912,227180,214133,194993,185982,177876,177090,173296,175550,174979,181294,178569,172071,170246,174436,178136,184513,186667,186647,188979,197965,198665,196734,195748,195611,190513,189521,192443,199408,200445,206619,202603,202083,200297,194007,187910,185057,181336,184634) > par3 = 'Het aantal levend geborenen in Nederland vanaf 1950 tot 2009' > par2 = 'http://statline.cbs.nl/StatWeb/publication/?DM=SLNL&PA=37422NED&D1=0&D2=a&VW=T' > par1 = 'Aantal Levend geborenen' > ylab = 'aantal geborenen' > xlab = 'jaren' > main = 'Aantal Levend geborenen in Nederland' > #'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/17dq31254057633.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/2zn5g1254057633.tab") > > system("convert tmp/17dq31254057633.ps tmp/17dq31254057633.png") > > > proc.time() user system elapsed 0.370 0.167 0.816