R version 2.7.0 (2008-04-22) 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(3118.6,3089.8,3312.3,3106.1,2843.1,3300.4,3147.9,2742.7,3397.3,3461.4,3314.8,3248,2938,3473.8,3839.1,3601.9,3173.2,3938.3,3034.2,2900.5,4236.3,3433.4,3777.8,3709.8,3192.8,3640.2,4275.3,3708.9,3312.1,3948,3084.8,3412.8,4036.3,3608.7,3911.8,3857.3,3567.3,4022.2,4948.6,3645,3982.5,4175.4,3660.9,4019.7,4447.6,4211.6,4252.3,3703.1,4052.1,4462,4862.6,4114.4,4630.4,4694.1,4189.4,4158,4533.8,4906.2,4858.8,4059) > par3 = 'De invoer van belgiƫ vanuit Duitsland van 31/01/2003 tot 31/12/2007' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=931000019&Lang=N' > par1 = 'Duitsland invoer' > 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/rcomp/tmp/185yl1223925230.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/2bl7v1223925230.tab") > > system("convert tmp/185yl1223925230.ps tmp/185yl1223925230.png") > > > proc.time() user system elapsed 1.153 0.289 1.210