R version 2.8.0 (2008-10-20) 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.109411765,1.03433923,1.018485915,1,0.971762415,0.898876404,0.933172303,0.92614601,0.964638158,0.93129771,1.012567325,1.008196721,1.079913607,1.080076263,1.017456359,1.03116407,1.119226638,1.059564719,1.096351731,1.070519099,1.036132813,1.048543689,1.046719682,1.024154589,1.088580576,1.100389864,1.077705828,1.084041549,1.153846154,1.04400978,1.104046243,1.147181628,1.086299892,1.142433234,1.144318182,1.066810345,1.140468227,1.138075314,1.112394958,1.168214654,1.208333333,1.100680272,1.142427282,1.117312073,1.125958379,1.115015974,1.065555556,1.053452116,1.142857143,0.997120921,0.995487365,1.032579186,1.111366246,0.979820628,1.154404145,1.020964361,1.018811881,1.04739777,1.034115139,1.013859275) > par3 = 'Verhouding totale industriële activiteit vs activiteit in sector' > par2 = '' > par1 = 'Verhouding totale industriële activiteitsindex/activiteitsindex in de metallurgie' > ylab = 'Verhouding Y(t)/X(t)' > xlab = 'Maanden' > 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/freestat/rcomp/tmp/1nm0x1255981516.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/240081255981516.tab") > > system("convert tmp/1nm0x1255981516.ps tmp/1nm0x1255981516.png") > > > proc.time() user system elapsed 0.517 0.216 0.581