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(-461099.17,-459893.05,-455365.21,-445744.65,-440056.31,-445025.31,-486687.27,-500818.03,-502335.03,-501278.35,-487209.91,-488265.25,-484502.27,-483283.65,-479223.73,-469934.87,-465306.59,-466595.73,-508995.47,-515677.65,-515143.01,-501928.71,-488224.05,-489648.39,-486587.33,-483851.81,-475427.95,-470840.87,-469668.17,-469805.31,-508038.11,-513156.65,-508324.39,-481845.77,-463901.71,-456958.05,-459665.79,-450053.75,-435965.23,-431246.75,-419044.43,-408896.51,-455390.81,-462958.89,-444153.21,-432191.67,-418067.89,-421685.63,-423870.21,-416194.39,-403944.61,-401993.83,-384867.41,-391609.97,-433264.75,-437537.57,-424708.87,-415056.85,-411524.49,-423229.79) > par3 = 'e[t] bij model (Y[t] - g - h Z[t]) ' > par2 = '' > par1 = '' > ylab = 'value' > xlab = 'index' > main = 'e[t] bij model (Y[t] - g - h Z[t]) ' > #'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/1usfs1256840554.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/2c3bb1256840554.tab") > > system("convert tmp/1usfs1256840554.ps tmp/1usfs1256840554.png") > > > proc.time() user system elapsed 0.376 0.172 0.469