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(-1.666073923,-1.908115119,-2.079135718,-0.995053325,-1.637094521,-1.280563624,-2.050156316,-1.808115119,-1.637094521,-2.151584222,-2.12260482,-2.22260482,-1.851584222,-1.866073923,-1.766073923,-2.42260482,-2.751584222,-3.208115119,-2.566073923,-2.251584222,-1.966073923,-1.537094521,-1.180563624,-0.666073923,-1.008115119,-1.064646017,-0.893625419,-0.893625419,-0.42260482,0.333926077,0.548415778,0.348415778,0.07739518,0.17739518,0.191884881,0.149843684,1.335353983,2.149843684,3.67739518,4.149843684,4.349843684,4.291884881,3.607802488,4.149843684,4.862905479,5.033926077,5.090456974,4.746987872,4.103518769,2.903518769,1.51800847,0.632498171,0.289029068,-0.624032727,-0.254440035,-1.18199153,-1.824032727,-2.209543026,-2.751584222) > 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/1jqoi1257346653.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/2d2x71257346653.tab") > > system("convert tmp/1jqoi1257346653.ps tmp/1jqoi1257346653.png") > > > proc.time() user system elapsed 0.367 0.186 0.496