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(0.00 + ,0.91 + ,0.74 + ,11.74 + ,19.90 + ,26.77 + ,23.42 + ,27.86 + ,27.69 + ,34.12 + ,15.35 + ,0.65 + ,8.98 + ,16.83 + ,16.16 + ,18.91 + ,21.80 + ,24.98 + ,32.07 + ,23.12 + ,25.50 + ,21.19 + ,26.70 + ,21.78 + ,33.04 + ,45.41 + ,61.55 + ,50.24 + ,65.51 + ,72.17 + ,70.44 + ,65.69 + ,60.25 + ,62.31 + ,70.48 + ,59.73 + ,66.68 + ,51.51 + ,44.46 + ,43.64 + ,24.83 + ,19.80 + ,28.22 + ,24.97 + ,13.84 + ,10.17 + ,0.60 + ,-17.28 + ,-12.31 + ,-12.14 + ,-15.49 + ,-16.70 + ,-17.62 + ,-11.45 + ,-21.71 + ,-28.00 + ,-44.11 + ,-54.76 + ,-53.32 + ,-74.29 + ,-62.78 + ,-62.86 + ,-78.74 + ,-83.31 + ,-86.54 + ,-92.44 + ,-85.10 + ,-87.44 + ,-87.17 + ,-81.37 + ,-80.09 + ,-87.23 + ,-80.88 + ,-82.93 + ,-82.43 + ,-79.69 + ,-77.21 + ,-83.69 + ,-83.13 + ,-85.59 + ,-88.00 + ,-88.56 + ,-86.82 + ,-89.51 + ,-88.74 + ,-90.44 + ,-90.19 + ,-90.47 + ,-87.50 + ,-90.17 + ,-94.16 + ,-91.67 + ,-106.39 + ,-102.77 + ,-99.88 + ,-97.77 + ,-102.14 + ,-101.64 + ,-105.13 + ,-99.01 + ,-97.59 + ,-97.65 + ,-101.12 + ,-109.59 + ,-111.95 + ,-106.19 + ,-98.80 + ,-102.68 + ,-96.07 + ,-102.28 + ,-108.71 + ,-101.48 + ,-104.53 + ,-106.94 + ,-101.89 + ,-100.37 + ,-104.90 + ,-109.43 + ,-104.06 + ,-107.85 + ,-102.33 + ,-110.65 + ,-117.22 + ,-132.60 + ,-130.09 + ,-141.03 + ,-130.06 + ,-134.47 + ,-149.17 + ,-143.39 + ,-138.20 + ,-156.80 + ,-171.42 + ,-180.18 + ,-187.92 + ,-197.15 + ,-206.14 + ,-206.31 + ,-202.25 + ,-199.91 + ,-208.24 + ,-199.96 + ,-196.32 + ,-198.68 + ,-204.45) > par3 = '' > par2 = '' > par1 = 'Y(t)-X(t)' > 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/1lluz1260382192.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/23kqo1260382192.tab") > > system("convert tmp/1lluz1260382192.ps tmp/1lluz1260382192.png") > > > proc.time() user system elapsed 0.393 0.176 0.586