R version 2.8.1 (2008-12-22) 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(286525.225,282965.225,276610.225,277838.225,277051.225,277026.225,274960.225,270073.225,267063.225,264916.225,287182.225,291109.225,292223.225,288109.225,281400.225,282579.225,280113.225,280331.225,276759.225,275139.225,274275.225,271234.225,289725.225,290649.225,292223.225,278429.225,269749.225,265784.225,268957.225,264099.225,255121.225,253276.225,245980.225,235295.225,258479.225,260916.225,254586.225,250566.225,243345.225,247028.225,248464.225,244962.225,237003.225,237008.225,225477.225,226762.225,247857.225,248256.225,246892.225,245021.225,246186.225,255688.225,264242.225,268270.225,272969.225,273886.225,267353.225,271916.225,292633.225,295804.225,293222.225) > par3 = 'BelgoStat' > par2 = 'www.nbb.be' > par1 = 'Aantal werkloze mannen in België' > 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/rcomp/tmp/1omct1256080410.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/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/2l2m31256080410.tab") > > system("convert tmp/1omct1256080410.ps tmp/1omct1256080410.png") > > > proc.time() user system elapsed 0.440 0.300 0.661