R version 2.8.0 (2008-10-20) 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(4.05,4.05,4.13,4.17,4.15,4.18,4.06,3.99,3.99,3.96,3.97,4.02,3.98,3.75,3.66,3.65,3.63,3.64,3.49,3.52,3.70,3.80,3.98,4.02,4.06,4.17,4.30,4.39,4.53,4.79,4.86,4.96,4.95,4.90,4.88,4.87,4.87,4.89,4.99,4.94,4.89,4.84,4.66,4.59,4.60,4.59,4.62,4.59,4.60,4.58,4.59,4.63,4.70,4.73,4.73,4.94,5.03,5.13,5.23,5.29) > par3 = 'rentevoeten voor deposito in Vereningd Koninkrijk' > par2 = 'http://www.economagic.com/em-cgi/data.exe/ecb/FM-M-GB-GBP-4F-MM-GBP3MFSR_-LSTA-m' > par1 = 'Interest rates 3 monthly deposits' > ylab = 'value' > xlab = 'index' > main = 'Rentevoet Vereningd Kon. (2002 - 2006)' > #'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/freestat/rcomp/tmp/1d85f1255366675.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/25p8v1255366675.tab") > > system("convert tmp/1d85f1255366675.ps tmp/1d85f1255366675.png") > > > proc.time() user system elapsed 0.515 0.233 0.601