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(2.93,2.9,2.81,2.9,2.85,2.78,2.78,2.81,2.76,2.87,2.73,2.79,2.79,2.77,2.79,2.91,2.87,2.75,2.86,2.78,2.68,2.76,2.71,2.72,2.75,2.7,2.75,2.95,2.92,2.87,3.02,3.25,3.25,3.44,3.45,3.58,3.73,3.84,3.97,4.39,4.27,4.35,4.57,4.59,4.58,4.79,4.77,4.82,5.04,4.82,4.9,5.2,5,4.97,5.1,5.11,5.08,5.23,5.33,5.27,5.37,5.28,4.8,4,3.18,2.82,2.4,2.29,2.12,2.09,1.83,1.75,1.74) > par3 = 'Rentetarieven aan leningen aan niet-financiële vennootschappen: september 2003 t.e.m. augustus 2009' > par2 = 'Belgostat' > par1 = 'Rentetarief' > ylab = 'rente (in %)' > xlab = 'maand' > main = 'Rentetarieven' > #'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/1km3l1257349084.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/2iy001257349084.tab") > > system("convert tmp/1km3l1257349084.ps tmp/1km3l1257349084.png") > > > proc.time() user system elapsed 0.532 0.225 0.590