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(1654.462687,277.46,-66.54,28.46,1129.46,7141.46,13151.46,14216.46,13564.46,19395.46,14948.46,13779.46,10764.46,9328.46,8509.46,6955.46,7331.46,13197.46,20372.46,20667.46,17787.46,9900.46,6605.46,5984.46,7183.46,3411.46,282.46,-2071.54,-1773.54,4475.46,14118.46,18512.46,9471.46,4768.46,245.46,-292.54,-3336.54,-5342.54,-4567.54,-6631.54,-6920.54,2073.46,12405.46,16760.46,6486.46,-60.54,-2842.54,-5796.54,-6004.54,-8361.54,-7382.54,-9771.54,-7595.54,-1942.54,6666.46,11079.46,-1837.54,-9866.54,-16504.54,-21233.54,-26260.54,-29900.54,-35614.54,-37235.54,-37107.54,-33616.54,-24694.54) > par3 = '' > par2 = '' > par1 = 'e[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/rcomp/tmp/1uaf11256128893.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/2yg2b1256128893.tab") > > system("convert tmp/1uaf11256128893.ps tmp/1uaf11256128893.png") > > > proc.time() user system elapsed 0.330 0.250 0.671