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(14.32,14.21,14.49,12.52,12.75,12.24,11.24,7.50,9.75,12.78,16.00,20.40,20.80,22.40,21.96,23.00,22.38,23.30,23.80,22.58,22.15,21.45,21.98,21.89,21.05,21.55,23.64,23.50,23.96,24.55,25.60,26.86,25.23,27.00,27.70,28.07,30.58,24.50,24.92,23.75,22.55,22.56,23.60,23.00,20.03,20.60,19.60,18.18,19.70,20.61,23.80,26.08,26.03,25.75,29.24,31.93,34.40,32.74,33.50,34.76,35.00,34.50,33.50,31.60,28.00,24.60,26.46,26.70,28.73,33.00,35.40,36.80) > par3 = 'de startkoers van het aandeel van KBC gedurende 72 dagen' > par2 = 'http://cash.rnews.be/nl/geld-en-beurs/aandelen/kbc.htm' > par1 = 'Aandeel KBC' > ylab = 'aandeel' > xlab = 'datum' > main = 'KBC Aandeel' > #'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/1p04j1234248620.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/2maup1234248620.tab") > > system("convert tmp/1p04j1234248620.ps tmp/1p04j1234248620.png") > > > proc.time() user system elapsed 0.526 0.230 0.573