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(1.4098,1.4027,1.4167,1.3903,1.3473,1.3016,1.3153,1.3857,1.426,1.4224,1.4153,1.4075,1.4135,1.388,1.3903,1.4008,1.421,1.4627,1.5321,1.5333,1.5434,1.5481,1.5735,1.5872,1.6364,1.6299,1.5943,1.5851,1.6016,1.5798,1.5694,1.557,1.533,1.5489,1.5361,1.6131,1.6346,1.6817,1.6314,1.6068,1.6541,1.6492,1.622,1.6007,1.5767,1.56,1.554,1.6333,1.606,1.6128,1.6064,1.5991,1.5942,1.5111,1.473,1.4819,1.4452,1.4149,1.3944,1.3778) > par3 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=451000038|910000082&Lang=N' > par2 = 'Nationale Bank van België' > par1 = 'Referentiewisselkoersen van de euro in Canadese dolalr' > ylab = 'Wisselkoersen van de euro in C' > xlab = 'aantal observaties' > main = 'Januari 2001 - december 2005' > #'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/1fk2u1257770231.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/2f8fw1257770231.tab") > > system("convert tmp/1fk2u1257770231.ps tmp/1fk2u1257770231.png") > > > proc.time() user system elapsed 0.470 0.320 0.741