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(376643,370037,358182,356625,348675,347652,368859,381303,367753,361112,350758,350754,357631,354425,346660,345181,342994,339946,361758,370490,373040,371009,354179,357361,363037,364153,363434,358410,356551,357445,379570,377613,376404,379665,378899,384098,392105,394149,392231,395590,392491,395893,418584,420585,420064,417696,409837,417869,426174,427853,429778,423952,422504,426529,440727,449002,451671,461854,454959,460866,460543,462768,462027,455748,455321,456149,472006,471654,471011,465436,458880,465030,468082,467356,463184,460486,462038,460849,476002,475863,470769,453286,443059,441660,444010,437582,427064,424117,416496,405611,431233,434217,417711,412099,404315,409339,412140,406280,398077,396995,385326,390094,412512,413263,400937,397363,397347,409383,418885,423560,428029,430001,424400,432721,455894,459146,445819) > par3 = '' > par2 = '' > par1 = 'y[t]-x[t]= c+e[t]' > ylab = 'aantal' > xlab = 'tijd' > 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/1seex1255780527.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/2ousp1255780527.tab") > > system("convert tmp/1seex1255780527.ps tmp/1seex1255780527.png") > > > proc.time() user system elapsed 0.545 0.227 0.618