R version 2.9.0 (2009-04-17) Copyright (C) 2009 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(7.4271,7.7662,7.6289,7.5281,7.3831,7.2355,7.0617,7.1237,7.4533,7.5411,7.4978,7.3525,7.3862,7.311,7.2013,7.249,7.3321,7.59,7.9082,8.2123,8.0929,8.118,8.1206,8.2883,8.4281,8.7917,8.9168,8.9446,8.9786,9.5862,9.6533,9.4125,9.2195,9.2882,9.6774,9.6857,10.1688,10.4399,10.4675,10.149,9.9163,9.9268,10.0529,10.1622,10.083,10.1134,10.3423,10.7536,11.0967,10.8588,10.7719,10.9262,10.708,10.5062,10.0683,9.8954,9.9589,9.9177,9.7189,9.5273,9.5746,9.763,9.6117,9.6581,9.8361,10.2353,10.1285,10.1347,10.2141,10.0971,9.9651,10.1286,10.3356,10.1238,10.1326,10.2467,10.44,10.3689,10.2415,10.3899,10.3162,10.4533,10.6741,10.8957,10.7404,10.6568,10.5682,10.9833,11.0237,10.8462,10.7287,10.7809,10.2609,9.8252,9.1071,8.695,9.2205,9.0496,8.7406,8.921,9.011,9.3157,9.5786,9.6246,9.7485,9.9431,10.1152,10.1827,9.9777,9.7436,9.3462,9.2623,9.1505,8.5794,8.3245,8.6538,8.752,8.8104,9.2665,9.0895) > par4 = '12' > par3 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=451000038&Lang=N' > par2 = 'Belgostat' > par1 = 'Wisselkoers Euro - Yuan' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = '' > #'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/1lalu1293374992.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/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/2pb2i1293374992.tab") > > try(system("convert tmp/1lalu1293374992.ps tmp/1lalu1293374992.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.359 0.182 0.777