R version 2.8.0 (2008-10-20) 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(0.822768128,0.796469909,0.807081468,0.810666096,0.821388187,0.827332532,0.829867684,0.833912883,0.831549673,0.817743826,0.811059801,0.81156577,0.811012907,0.83300983,0.842689402,0.846556516,0.84491835,0.857999565,0.86930154,0.87681699,0.877844593,0.862064581,0.846124278,0.83559073,0.854188345,0.867492755,0.879275753,0.882759908,0.894085146,0.902852537,0.89881405,0.907288784,0.906394358,0.872292176,0.845985908,0.834977673,0.854499997,0.876854229,0.887210385,0.900299227,0.903838499,0.911821046,0.908492846,0.919346956,0.911467001,0.892324639,0.866965721,0.851322732,0.88583089,0.915622622,0.943193212,0.963525497,0.986546039,1.005863926,1.029759901,1.037020745,1.041023813,1.026485651,0.989936319,0.977035345,1.012739089) > par3 = 'not available' > par2 = 'not disclosed' > par1 = 'price time series' > 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/freestat/rcomp/tmp/19lt81255973958.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/2g7at1255973958.tab") > > system("convert tmp/19lt81255973958.ps tmp/19lt81255973958.png") > > > proc.time() user system elapsed 0.520 0.227 0.613