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(4.173 + ,4.839 + ,5.050 + ,5.130 + ,5.277 + ,5.318 + ,5.361 + ,5.377 + ,5.382 + ,5.401 + ,5.415 + ,5.430 + ,5.464 + ,5.495 + ,3.587 + ,3.836 + ,4.434 + ,4.675 + ,4.760 + ,4.782 + ,4.791 + ,4.804 + ,4.820 + ,4.827 + ,4.843 + ,4.851 + ,4.857 + ,4.865 + ,2.968 + ,3.145 + ,3.574 + ,3.777 + ,3.853 + ,3.873 + ,3.883 + ,3.897 + ,3.910 + ,3.923 + ,3.936 + ,3.941 + ,3.946 + ,3.951 + ,2.352 + ,2.387 + ,2.603 + ,2.785 + ,2.892 + ,2.923 + ,2.943 + ,2.971 + ,2.990 + ,3.003 + ,3.018 + ,3.029 + ,3.038 + ,3.049 + ,1.273 + ,1.433 + ,1.745 + ,1.928 + ,2.086 + ,2.124 + ,2.150 + ,2.176 + ,2.196 + ,2.213 + ,2.226 + ,2.240 + ,2.260 + ,2.273 + ,1.374 + ,1.332 + ,1.530 + ,1.680 + ,1.825 + ,1.868 + ,1.895 + ,1.933 + ,1.954 + ,1.968 + ,1.986 + ,2.008 + ,2.018 + ,2.033 + ,1.636 + ,0.999 + ,1.121 + ,1.323 + ,1.510 + ,1.584 + ,1.621 + ,1.670 + ,1.700 + ,1.723 + ,1.742 + ,1.764 + ,1.789 + ,1.812 + ,0.588 + ,0.803 + ,0.944 + ,1.167 + ,1.365 + ,1.436 + ,1.490 + ,1.562 + ,1.601 + ,1.630 + ,1.653 + ,1.680 + ,1.706 + ,1.728 + ,0.831 + ,0.898 + ,0.935 + ,1.084 + ,1.269 + ,1.336 + ,1.402 + ,1.465 + ,1.494 + ,1.530 + ,1.560 + ,1.583 + ,1.605 + ,1.631 + ,0.401 + ,0.497 + ,0.751 + ,0.912 + ,1.099 + ,1.181 + ,1.250 + ,1.313 + ,1.351 + ,1.389 + ,1.428 + ,1.451 + ,1.480 + ,1.504 + ,0.358 + ,0.354 + ,0.532 + ,0.721 + ,0.893 + ,0.978 + ,1.065 + ,1.142 + ,1.182 + ,1.222 + ,1.268 + ,1.303 + ,1.330 + ,1.355 + ,0.339 + ,0.341 + ,0.483 + ,0.665 + ,0.821 + ,0.921 + ,0.999 + ,1.082 + ,1.121 + ,1.166 + ,1.204 + ,1.237 + ,1.275 + ,1.304 + ,0.533 + ,0.350 + ,0.438 + ,0.592 + ,0.753 + ,0.842 + ,0.924 + ,1.016 + ,1.064 + ,1.102 + ,1.144 + ,1.181 + ,1.209 + ,1.236) > par3 = 'Rente van de interbancaire markt: Eonia en Euribor ' > par2 = 'Nationale Bank van België' > par1 = 'Rente van de interbancaire markt: Eonia en Euribor ' > ylab = '' > xlab = '' > main = 'Rente van de interbancaire markt: Eonia ' > #'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/1x9sb1257196644.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/2hzrv1257196644.tab") > > system("convert tmp/1x9sb1257196644.ps tmp/1x9sb1257196644.png") > > > proc.time() user system elapsed 0.392 0.187 0.443