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(14467,16202.8,18720.8,15567.8,18173.4,16860.3,16010.1,14508.7,18813.4,19272.7,18333.6,17022.6,17703.9,17647.7,19992.4,16916.8,18257.7,18646.1,17339.8,15138.9,17791.1,18715.7,17816.4,16572.2,18109,18065.6,20315.6,19107.9,19428.4,19399.1,18879.9,15999.2,20559.9,21422.5,19200.1,18074.4,18283.5,18250.6,20151.3,18980.2,18346.3,19538.3,18849.9,14892.8,20865,20604.6,18714.9,18492.6,18183.6,19435.1,22686.8,20396.7,19233.6,22751,19864,17165.4,22309.7,21786.3,21927.6,20957.9,19726,21315.7,24771.5,22592.4,21942.1,23973.7,20815.7,19931.4,24436.8,22838.7,24465.3,23007.3,22720.8,23045.7,27198.5,22401.9,25122.7,26100.5,22904.9,22040.4,25981.5,26157.1,25975.4,22589.8,25370.4,25091.1,28760.9,24325.9,25821.7,27645.7,26296.9,24141.5,27268.1,29060.3,28226.4,23268.5) > par3 = 'Buitenlands handel' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=91000078&Lang=N' > par1 = 'Buitenlands handel van BE' > ylab = 'Totaal uitvoer' > xlab = '# maanden vanaf 01-2000' > main = 'Buitenlands 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/15ohu1255284222.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/27xyc1255284222.tab") > > system("convert tmp/15ohu1255284222.ps tmp/15ohu1255284222.png") > > > proc.time() user system elapsed 0.400 0.290 0.668