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(136088,134858,135998,148719,152125,149825,145065,144940,150683,149678,148957,153314,159109,158653,158054,162421,167026,167581,169255,168718,176984,173170,169821,173700,172552,171853,171087,171508,173323,169977,171670,171645,175267,173860,174767,174839,174577,171196,178204,184869,186326,185203,189578,194721,201484,200504,210832,212925,219381,215688,222266,227621,235098,235932,243127,246454,253324,248665,251207,258043) > par3 = 'Financiële activa van particulieren in België' > par2 = 'Belgostat' > par1 = 'Chartaal geld ' > ylab = 'value' > xlab = 'index' > main = 'Chartaal geld' > postscript(file="/var/www/html/rcomp/tmp/18cyb1224325140.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/28usp1224325140.tab") > > system("convert tmp/18cyb1224325140.ps tmp/18cyb1224325140.png") > > > proc.time() user system elapsed 0.632 0.183 0.793