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(62.9,64.92,64,65.01,47,61.35,61,61.71,59.8,57.55,40,45.01,38,40.5,44.5,40.98,36.51,37.49,34.95,38.21,33.63,33.49,28,28,26.75,26.62,29.5,31,34,35,35.9,32.8,33,33.5,34.35,32.6,28.6,27.45,26.51,26.9,24,19.61,20,19.2,20.44,20.3,20.4,23.15,23.78,22,23.4,23.75,24.78,25.28,29.57,22.05,22.75,20.85,20.35,16.8,12.99,9.66,11,12.51,12.7,12.82,12.9,14.5,14.13,14,13.59,13.87) > par3 = 'Aandeel KBC' > par2 = 'http://www.beursduivel.be/koersen.php?page=bhistory&naam=KBC' > par1 = 'Evolutie beursaandeel KBC' > ylab = 'Waarde in euro' > xlab = 'Datum' > main = 'Evolutie beursaandeel KBC' > #'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/12ej01234208684.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/2cvug1234208684.tab") > > system("convert tmp/12ej01234208684.ps tmp/12ej01234208684.png") > > > proc.time() user system elapsed 0.546 0.229 0.610