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(1.140392008,1.137504274,1.159834936,1.147433743,1.142575967,1.132101412,1.126931141,1.124906831,1.121414029,1.124189564,1.147332194,1.16088965,1.159732954,1.149271297,1.124034478,1.11528473,1.112606844,1.117877155,1.104333685,1.094377176,1.086379426,1.087737651,1.144925934,0.827340736,1.152573213,1.120821074,1.109918637,1.096691942,1.096110373,1.083662288,1.077607353,1.083374478,1.075834902,1.076909009,1.118612239,1.147937004,1.163241926,1.126956016,1.102871415,1.094494335,1.081131503,1.079825864,1.071347826,1.077872448,1.067794251,1.080907455,1.105369888,1.131127639,1.148687448,1.097206532,1.06519025,1.037926932,1.018028268,0.998426144,0.984885242,0.964218483,0.958421393,0.957884306,0.971425735,1.003928803,1.01633089,0.979287348) > par3 = 'Y(t) / X(t)' > par2 = 'belgostat' > par1 = 'Werkloosheid vrouwen / werkloosheid 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/html/rcomp/tmp/1w4z71255621339.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/2o7xs1255621339.tab") > > system("convert tmp/1w4z71255621339.ps tmp/1w4z71255621339.png") > > > proc.time() user system elapsed 0.368 0.164 0.526