R version 2.7.1 (2008-06-23) 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(9983174.,0083415.,8883126.,1184830.,0084372.,4485237.,9984834.,9985428.,4486591.,8886533.,0086431.,0087500.,6687723.,3388576.,9989435.,7788846.,2289935.,6689498.,2290215.,3390291.,5590336.,1191264.,8891607.,7791739.,8892667.,3393482.,6693550.,8893444.,2292999.,7793399.,3394903.,2295435.,2295548.,1195580.,1197029.,2296181.,5598471.,3397074.,8897299.,2297029.,8898373.,5598446.,5598968.,9999442.,8101985.,2103313.,8105901.,5107783.,4105912.,9105393.,2104611.,2104038.,4103662.,0103799.,9103530.,9104189.,1105285.,6105739.,4104766.,3104778.,1105846.,3106609.,7107271.,3109247.,5109579.,0110037.,2110080.,0111547.,2109895.,2111554.,7111105.,0112445.,5112202.,2112334.,4112661.,2112594.,0113504.,8113709.,6114311.,9113542.,5113905.,4114435.,5116184.,5116170.,0116272.,5116457.,9116906.,3117024.,2117134.,9117126.,7116263.) > par3 = '' > par2 = '' > par1 = '' > 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/1grsg1223046576.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/2fhgf1223046576.tab") > > system("convert tmp/1grsg1223046576.ps tmp/1grsg1223046576.png") > > > proc.time() user system elapsed 0.585 0.187 0.668