R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) 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(54931232,53922861,55719804,52987449,47492381,48189983,56094698,54534466,51642979,57872617,50039368,51158751,58434230,54072107,54549320,53939345,44968981,43475289,51201280,51046272,46417306,54222266,46013057,43033396,50615569,45057149,46497981,47427901,39454830,38602505,45799995,39404153,42273156,46117529,37668266,37123384,44670641,39743542,42302792,43075518,35447406,38225519,44150028,40699204,41677560,44051121,38882303,38399780,45473273,38497691,43119728,42593544,34181220,36333563,41570966,37708710,40059103,38937434,35492936,35810357,39923931) > par4 = '12' > par3 = 'Binnenlandse omzet (1996-2001)' > par2 = 'StatBel' > par1 = 'Omzet' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = 'Binnenlandse omzet (1996-2001)' > postscript(file="/var/wessaorg/rcomp/tmp/1wnpf1322333675.ps",horizontal=F,onefile=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/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/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/wessaorg/rcomp/tmp/2e8wc1322333675.tab") > > try(system("convert tmp/1wnpf1322333675.ps tmp/1wnpf1322333675.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.525 0.079 0.598