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(100.03,100.25,99.6,100.16,100.49,99.72,100.14,98.48,100.38,101.45,98.42,98.6,100.06,98.62,100.84,100.02,97.95,98.32,98.27,97.22,99.28,100.38,99.02,100.32,99.81,100.6,101.19,100.47,101.77,102.32,102.39,101.16,100.63,101.48,101.44,100.09,100.7,100.78,99.81,98.45,98.49,97.48,97.91,96.94,98.53,96.82,95.76,95.27,97.32,96.68,97.87,97.42,97.94,99.52,100.99,99.92,101.97,101.58,99.54,100.83) > par3 = 'Ruilvoet van de buitenlandse handel van België volgens het nationaal concept - Maandelijks indexcijfer (2000=100)' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=365000036&Lang=N' > par1 = 'Ruilvoet van de buitenlandse handel van België' > ylab = 'Ruilvoet Belgische buitenlandse handel' > xlab = 'observaties' > main = 'Buitenlandse handel' > #'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/142vs1257927369.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/2m9nf1257927369.tab") > > system("convert tmp/142vs1257927369.ps tmp/142vs1257927369.png") > > > proc.time() user system elapsed 0.430 0.330 0.663