R version 2.8.1 (2008-12-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(200.1,172,136.1,182.6,208.7,142.3,188.8,143.9,149.7,196.9,231.5,219.2,220.7,244.2,182.5,229.8,238.1,206.5,249.3,181.8,218,246.4,214.3,242.3,220.7,204.5,180.7,233,236.5,239.4,208.7,209,247.2,284.3,245.8,249.1,251.4,251.2,207.2,228.3,254.3,217.9,244.4,233.2,212.6,239.5,335.5,248.8,264.6,275.4,180.7,256.1,247.4,227.8,248.1,153.7,225.5,274.4,400.3,301.8,345.2) > par3 = 'Belgische uivoer naar China, in miljoen euro' > par2 = 'www.belgostat.be' > par1 = '' > ylab = 'value' > xlab = 'index' > main = 'Belgische uitvoer naar China' > #'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/rcomp/tmp/1wwm01255339039.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/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/rcomp/tmp/24pnp1255339039.tab") > > system("convert tmp/1wwm01255339039.ps tmp/1wwm01255339039.png") > > > proc.time() user system elapsed 0.350 0.290 0.648