R version 2.8.1 (2008-12-22) 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. > y <- c(2.433613355,2.415913778,2.397895273,2.459588842,2.517696473,2.48490665,2.493205453,2.48490665,2.468099531,2.541601993,2.509599262,2.4765384,2.48490665,2.509599262,2.549445171,2.517696473,2.509599262,2.541601993,2.541601993,2.557227311,2.564949357,2.501435952,2.509599262,2.549445171,2.549445171,2.549445171,2.501435952,2.533696814,2.549445171,2.525728644,2.517696473,2.509599262,2.4765384,2.459588842,2.48490665,2.493205453,2.459588842,2.468099531,2.468099531,2.468099531,2.424802726,2.424802726,2.424802726,2.415913778,2.433613355,2.501435952,2.557227311,2.57261223,2.602689685,2.610069793,2.667228207,2.646174797,2.714694744,2.76000994,2.766319109,2.734367509,2.740840024,2.694627181,2.58021683,2.541601993,2.493205453,2.4765384,2.360854001,2.370243741,2.282382386,2.197224577,2.116255515,2.2300144,2.197224577) > x <- c(2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.48490665,2.502255288,2.505525937,2.505525937,2.521720623,2.525728644,2.525728644,2.536866389,2.545531272,2.559550193,2.564949357,2.577941516,2.583997552,2.59450816,2.602689685,2.602689685,2.613739522,2.621038824,2.621038824,2.63188884,2.63905733,2.63905733,2.63905733,2.63905733,2.63905733,2.63905733,2.63905733,2.63905733,2.63905733,2.63905733,2.63905733,2.63905733,2.651832521,2.656756907,2.656756907,2.636912173,2.596746132,2.545531272,2.51041194,2.48490665,2.456164181,2.42568729,2.406043801,2.397895273,2.397895273,2.397895273,2.397895273) > par6 = 'inflatie' > par5 = '' > par4 = '' > par3 = 'rente' > par2 = '' > par1 = '' > ylab = 'value' > xlab = 'index' > #'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/rcomp/tmp/1fzs31256750466.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > op <- par(mfrow=c(2,2)) > plot(x,type='b',main='Plot of x',xlab=xlab,ylab=ylab) > plot(y,type='b',main='Plot of y',xlab=xlab,ylab=ylab) > hist(x) > hist(y) > dev.off() null device 1 > > #Note: the /var/www/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Bivariate Dataseries',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Name of dataseries x',header=TRUE) > a<-table.element(a,par1) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Source of x',header=TRUE) > a<-table.element(a,par2) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Description of x',header=TRUE) > a<-table.element(a,par3) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Name of dataseries y',header=TRUE) > a<-table.element(a,par4) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Source of y',header=TRUE) > a<-table.element(a,par5) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Description of y',header=TRUE) > a<-table.element(a,par6) > 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/rcomp/tmp/2jicu1256750466.tab") > > system("convert tmp/1fzs31256750466.ps tmp/1fzs31256750466.png") > > > proc.time() user system elapsed 0.360 0.340 0.651