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(-213.8210971,207.7161938,64.00233585,208.9976319,12.45563704,48.45563704,-58.34709245,110.70896,204.1888445,-114.7101682,-84.1779371,-164.3242149,-77.95272934,372.8197109,54.7988296,324.6882565,-43.34221059,-165.4189664,-89.64670407,-98.33244688,-137.1400582,-324.4459056,-2.270514508,-14.62753244,-9.548424616,658.2740102,429.7341895,159.5128655,-41.83068289,-93.42990614,-255.7162261,-80.03283525,-248.9804887,-441.5798898,-321.3984409,-28.40097079,-209.4546712,-276.6261785,-305.2195218,-54.23263564,-329.041423,-308.433612,-98.80509761,-330.4226723,-80.04630484,-89.21699197,381.0679741,139.6988405,-65.44743738,80.87676143,708.6257905,812.0925613,159.9488133,-34.19122879,-38.34591646,-62.1084151,167.6857267,398.4017587,82.86582172,-396.5496006) > 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/1ukfd1257430232.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/2c60s1257430232.tab") > > system("convert tmp/1ukfd1257430232.ps tmp/1ukfd1257430232.png") > > > proc.time() user system elapsed 0.385 0.174 0.456