x <- c(66857.2,64722.8,68489.6,71342.9,63542.5,69425.0,58927.9,61009.0,66837.0,66147.6,65982.3,65527.5,65914.6,59189.9,66211.4,66400.8,60167.7,64547.9,57706.2,58642.6,60082.1,63414.8,66044.0,57628.5,62838.8,55758.6,61004.5,66173.4,57489.0,59552.2,57061.8,55895.3,56314.7,61232.8,60014.1,57685.4,60403.1,52349.7,55693.3,65676.1,54898.8,55518.2,53779.1,52340.9,55704.4,60330.3,52837.4,55388.1,60383.4,52070.3,54077.0,62887.8,49212.8,57722.0,53936.8,46991.0,54984.2,56485.1,51277.8,53596.4,54252.5,49413.0,53213.2,58695.3,48723.5,54510.0,49454.1,46136.6,54622.5,50583.0,53224.3,53056.4) par3 = 'aantal banktransacties ' par2 = 'nbb.be' par1 = 'payment systems between banks' ylab = 'number of transactions (in thousands)' xlab = 'time' main = 'Number of transactions between banks' #'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/1wc9k1267641354.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() #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/288uf1267641354.tab") try(system("convert tmp/1wc9k1267641354.ps tmp/1wc9k1267641354.png",intern=TRUE))