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. > y <- c(3504.37,3801.06,3857.62,3674.4,3720.98,3844.49,4116.68,4105.18,4435.23,4296.49,4202.52,4562.84,4621.4,4696.96,4591.27,4356.98,4502.64,4443.91,4290.89,4199.75,4138.52,3970.1,3862.27,3701.61,3570.12,3801.06,3895.51,3917.96,3813.06,3667.03,3494.17,3363.99,3295.32,3277.01,3257.16,3161.69,3097.31,3061.26,3119.31,3106.22,3080.58,2981.85,2921.44,2849.27,2756.76,2645.64,2497.84,2448.05,2454.62,2407.6,2472.81,2408.64,2440.25,2350.44,2196.72,2174.56,2120.88,2093.48,2061.41,1969.6) > x <- c(4782,4274,4677,4479,4951,4277,3838,4304,5557,3790,4583,4194,5104,4119,4197,5112,4214,4736,4617,4143,5298,5011,4724,4618,5578,5353,4901,6056,5024,5730,5732,4491,4755,5208,4962,4163,5592,5754,4929,5219,4429,4142,4308,3996,4634,4138,3759,3922,5560,4004,3937,5250,3908,4814,4407,3243,3740,3949,3711,3796) > par6 = 'Gemiddelde maandelijkse waarde van de Bel20' > par5 = 'Belgostat' > par4 = 'Bel 20' > par3 = 'aantal bouwaanvragen' > par2 = 'Belgostat' > par1 = 'Bouwaanvragen' > 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/html/rcomp/tmp/1vnd81229357899.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/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,'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/html/rcomp/tmp/2v7vi1229357899.tab") > system("convert tmp/1vnd81229357899.ps tmp/1vnd81229357899.png") > > > proc.time() user system elapsed 0.393 0.171 0.443