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.104050633,0.015164835,-0.02212766,-0.011489362,0.048131868,0.057777778,0.050967742,0.008282828,-0.003673469,-0.013548387,-0.000722892,-0.0075,-0.043529412,-0.089230769,-0.099279279,-0.076880734,-0.05,-0.004782609,0.006086957,0.001052632,-0.0075,0.001052632,0.004175824,0.022696629,-0.031111111,-0.077425743,-0.09184466,-0.074901961,-0.017916667,0.016956522,0.029462366,0.041702128,0.052340426,0.071304348,0.091111111,0.057777778,-0.008888889,-0.115918367,-0.16,-0.136326531,-0.078064516,-0.042222222,-0.031111111,-0.028791209,-0.03978022,-0.061758242,-0.059130435,-0.047272727,-0.048915663,-0.022380952,-0.005185185,0.011168831,-0.022531646,-0.035189873,-0.0075,0.040759494,0.074736842,0.081408451,0.077058824,0.072307692,0.064057971,0.05804878,0.01908046,0.011325301,-0.047848101,-0.046666667,-0.025128205,0.035421687,0.096666667,0.143414634,0.18,0.207777778,0.20739726) > 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/1n7fh1256064817.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/22lx61256064817.tab") > > system("convert tmp/1n7fh1256064817.ps tmp/1n7fh1256064817.png") > > > proc.time() user system elapsed 0.384 0.182 1.119