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(9.9,9.7,9.5,9.4,9.3,9.3,9.9,10.5,10.6,10.6,10.6,10.6,10.8,10.8,10.7,10.6,10.6,10.8,11.4,12.2,12.4,12.4,12.3,12.4,12.5,12.5,12.4,12.3,12.2,12.1,12.6,13.2,13.4,13.2,12.9,12.8,12.7,12.6,12.4,12.1,12.0,11.9,12.5,13.2,13.4,13.3,13.0,12.9,13.0,12.9,12.6,12.4,12.1,11.9,12.3,13.0,13.0,12.6,12.2,12.1,12.0,11.8,11.6,11.4,11.2,11.2,11.8,12.5,12.6,12.4,12.1,12.0,12.0,11.9,11.8,11.5,11.3,11.2,11.6,12.2,12.2,11.7,11.2,11.0,10.9,10.8,10.5,10.2,10.0,9.9,10.3,10.7,10.4,10.1,9.7,9.4,8.9,8.4,8.1,8.3,8.1,8.0,8.7,9.2,9.0,8.9,8.5,8.1,7.5,7.1,6.9,7.1,7.0,6.7,7.0,7.3,7.7,8.4,8.4,8.8,9.1,9.0,8.6,7.9,7.7,7.8,9.2,9.4,9.2,8.7,8.4,8.6,9.0,9.1,8.7,8.2,7.9,7.9,9.1,9.4,9.4,9.1,9.0,9.3,9.9,9.8,9.3,8.3,8.0,8.5,10.4,11.1,10.9,10.0,9.2,9.2,9.5,9.6,9.5,9.1,8.9,9.0,10.1,10.3,10.2,9.6,9.2,9.3,9.4,9.4,9.2,9.0,9.0,9.0,9.8,10.0,9.8,9.3,9.0,9.0) > par3 = '' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=410000092|910000082&Lang=N' > par1 = 'werkloosheid bij vrouwen' > ylab = 'percentage' > xlab = 'maand' > main = 'werkloosheid bij vrouwen' > #'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/1xsf01257362826.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/2px1r1257362826.tab") > > system("convert tmp/1xsf01257362826.ps tmp/1xsf01257362826.png") > > > proc.time() user system elapsed 0.470 0.360 0.686