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.049411765,-0.02566077,-0.041514085,-0.06,-0.088237585,-0.161123596,-0.126827697,-0.13385399,-0.095361842,-0.12870229,-0.047432675,-0.051803279,0.019913607,0.020076263,-0.042543641,-0.02883593,0.059226638,-0.000435281,0.036351731,0.010519099,-0.023867188,-0.011456311,-0.013280318,-0.035845411,0.028580576,0.040389864,0.017705828,0.024041549,0.093846154,-0.01599022,0.044046243,0.087181628,0.026299892,0.082433234,0.084318182,0.006810345,0.080468227,0.078075314,0.052394958,0.108214654,0.148333333,0.040680272,0.082427282,0.057312073,0.065958379,0.055015974,0.005555556,-0.006547884,0.082857143,-0.062879079,-0.064512635,-0.027420814,0.051366246,-0.080179372,0.094404145,-0.039035639,-0.041188119,-0.01260223,-0.025884861,-0.046140725) > par3 = 'reeks van foute op de constante c bij methode 3' > par2 = '' > par1 = 'e2(t)' > ylab = 'value' > xlab = 'Maanden' > 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/144381255982168.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/2ogk41255982168.tab") > > system("convert tmp/144381255982168.ps tmp/144381255982168.png") > > > proc.time() user system elapsed 0.522 0.219 0.566