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(1.773399015,-1.064859632,2.446183953,0.095510984,-0.286259542,-0.765550239,0,2.31436837,0.565504241,0.093720712,-0.74906367,-0.943396226,-0.19047619,0,-1.717557252,-1.067961165,1.766437684,-0.192864031,2.898550725,-1.126760563,-1.234567901,2.403846154,-4.694835681,7.192118227,-0.735294118,0.462962963,0.184331797,1.471941122,-1.269265639,2.754820937,-1.697944593,-1.090909091,1.194852941,0.635785649,0.992779783,-1.787310098,3.002729754,0.265017668,-1.233480176,2.051739518,-1.136363636,-0.265251989,0.265957447,-0.08841733,-0.265486726,0.088731145,0.886524823,-0.439367311,-1.147396293,5.446428571,1.016088061,-4.023470243,2.532751092,-2.044293015,-0.782608696,-0.78878177,0.265017668,-1.938325991,-1.617250674,-7.123287671,-1.081612586,-0.795228628,-1.703406814,0.611620795,-2.634245187,0.624349636) > par3 = '' > par2 = 'EOCD' > par1 = 'sales' > ylab = 'productie, sales en bestellingen' > xlab = 'periodes' > 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/10ycz1257200952.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/2zaja1257200952.tab") > > system("convert tmp/10ycz1257200952.ps tmp/10ycz1257200952.png") > > > proc.time() user system elapsed 0.420 0.290 0.679