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(3755.3,3001.4,3815.7,4034.4,3590.4,4176.4,3943.5,3934.2,3859.2,3300.5,3800.0,3958.7,3451.4,2678.6,3279.3,3550.3,3294.4,3202.2,3486.4,3139.7,3283.2,2933.6,3391.6,3301.3,3257.6,2537.0,2970.5,3481.9,3361.1,3123.2,3843.3,3153.0,3365.1,3528.5,3506.7,3146.6,3195.1,2424.0,2676.3,3174.6,3067.4,3121.2,3517.7,3014.7,2949.6,2990.3,3084.1,3077.9,3023.6,2226.2,2628.3,3088.7,2551.4,2856.7,3176.2,2663.1,2630.4,2584.4,2472.2,2895.6) > par3 = 'Belgian Export: France' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=365000038&Lang=E' > par1 = 'Food and beverages' > 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/1l1ni1229884051.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/26ylr1229884052.tab") > > system("convert tmp/1l1ni1229884051.ps tmp/1l1ni1229884051.png") > > > proc.time() user system elapsed 0.377 0.183 0.466