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(77.01,75.69,75.83,77.29,78.93,79.76,82.22,82.39,81.00,81.25,82.10,84.02,82.67,83.97,85.41,85.17,84.73,84.94,87.43,87.22,86.48,88.02,88.38,86.56,86.39,85.30,84.82,85.63,87.45,89.25,88.29,87.83,87.95,87.73,88.41,87.55,87.11,87.37,88.13,86.44,87.53,87.41,86.36,85.25,84.69,85.75,86.78,87.83,87.14,86.38,86.79,87.77,88.68,88.25,88.18,87.19,86.97,89.11,88.02,88.94,90.41,92.82,94.31,93.28,94.08,94.35,93.72,94.43,95.25,93.84,94.51,92.54,90.99,90.75,90.05,90.77,91.61,92.30,92.20,91.13,89.80,89.87,90.22,89.64,88.31,87.87,87.27,88.55,90.30,88.70,88.57,89.85,89.60,91.91,91.73,90.52,88.94,88.05,87.13,87.95,91.38,94.31,103.32,106.82,104.26,108.15,105.42,102.34) > par3 = 'deze tijdreeks geeft het koersverloop van obligaties weer' > par2 = 'dexia' > par1 = 'koersverloop van obligaties' > ylab = 'koers' > xlab = 'maanden' > main = 'Obligaties' > #'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/17x691258729928.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/2levd1258729928.tab") > > system("convert tmp/17x691258729928.ps tmp/17x691258729928.png") > > > proc.time() user system elapsed 0.383 0.173 0.435