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(1.3875,1.345679012,1.298701299,1.226666667,1.210526316,1.217948718,1.230769231,1.217948718,1.213333333,1.186666667,1.267605634,1.346666667,1.373333333,1.342105263,1.246753247,1.194805195,1.17721519,1.160493827,1.146341463,1.12195122,1.097560976,1.139240506,1.232876712,1.420289855,1.515151515,1.462686567,1.347826087,1.285714286,1.267605634,1.263888889,1.281690141,1.31884058,1.314285714,1.294117647,1.296875,1.253731343,1.227272727,1.203125,1.253968254,1.274193548,1.230769231,1.161764706,1.117647059,1.109375,1.114754098,1.120689655,1.131147541,1.138888889,1.191780822,1.202898551,1.295081967,1.293103448,1.258064516,1.169014085,1.090909091,1.037974684,1,0.972972973,0.973333333,1.0125) > par3 = '' > par2 = '' > par1 = 'Verhouding tussen werkloze vrouwen en mannen' > 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/12xy91255973238.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/2rf7v1255973238.tab") > > system("convert tmp/12xy91255973238.ps tmp/12xy91255973238.png") > > > proc.time() user system elapsed 0.310 0.290 0.646