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(0.67,0.76,0.94,1.09,1.23,1.29,1.47,1.43,2.17,2.66,2.84,3.84,4.41,4.46,4.58,4.31,4.03,3.85,3.66,3.76,4.13,3.98,4.16,4.11,4.14,4.37,4.4,4.32,4.15,4.03,3.88,3.94,3.83,3.68,3.71,3.58,3.42,3.35,3.34,3.22,3.22,3.16,2.83,2.76,2.73,2.68,2.45,2.24,2.11,2.09,1.97,2.08,2.12,2.33,2.21,2.18,2.26,2.21,2.21,2.31,2.19,2.3,2.36,2.26,2.25,1.99,2.06,2.25,2.3,2.52,2.45,2.14) > par3 = 'De gemiddelde rentevoet van leningen < 1 jaar gezien over een periode van de afgelopen zes jaar' > par2 = 'Belgostat' > par1 = 'Gemiddelde rentevoeten van leningen < 1 jaar' > ylab = 'Gemiddelde rentevoeten van leningen<1j' > xlab = 'Tijdsperiode' > main = 'Rentevoeten van de afgelopen 6 jaar' > #'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/1kogy1254222780.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/2jrvy1254222780.tab") > > system("convert tmp/1kogy1254222780.ps tmp/1kogy1254222780.png") > > > proc.time() user system elapsed 0.392 0.185 0.456