R version 2.7.2 (2008-08-25) 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(3467.9,3256.6,3711.1,3597.7,4181.1,4346.5,3646.6,3918.8,3531.8,3976,3510.2,3882.9,3630.4,3519.9,3376.1,3057.9,3646.7,3585.5,3007.7,3545,3295.6,3390.3,3531.9,3738.7,3477,3338.3,3264.4,3452.4,4045.1,3660.5,3584.9,3819.9,3409.2,3643.5,3673.3,3645.2,3421.3,3531.4,3219.2,3552.3,3787.7,3392.7,3550,3681.9,3519.1,4283.2,4046.2,3824.9,4793.1,3977.7,3983.4,4152.9,4286.1,4348.1,3949.3,4166.7,4217.9,4528.2,4232.2,4470.9,5121.2,4170.8,4398.6,4491.4,4251.8,4901.9,4745.2,4666.9,4210.4,5273.6,4095.3,4610.1,4718.1,4185.5,4314.7,4422.6,5059.2,5043.6,4436.6,4922.6,4454.8,5058.7,4768.9,5171.8,4989.3,5202.1,4838.4,4876.5,5845.3,5686.3,4753.8,6620.4,5597.2,5643.5,6357.3,5909.1,6165.8) > par3 = 'Buitenlandse handel' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=365000034|910000082&Lang=N' > par1 = 'Buitenlandse handel van België-Invoer-Extra EU' > ylab = 'value' > xlab = 'index' > main = 'Invoer - Extra EU' > #'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/12sfk1224251595.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/28b4d1224251595.tab") > > system("convert tmp/12sfk1224251595.ps tmp/12sfk1224251595.png") > > > proc.time() user system elapsed 0.596 0.187 0.658