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. > y <- c(10.47,10.44,10.41,10.37,10.38,10.38,10.37,10.41,10.44,10.43,10.47,10.49,10.53,10.63,10.66,10.66,10.64,10.65,10.61,10.6,10.61,10.63,10.63,10.61,10.7,10.69,10.62,10.62,10.63,10.62,10.53,10.51,10.5,10.52,10.47,10.43,10.35,10.31,10.25,10.26,10.2,10.13,10.06,10.01,9.95,9.92,9.87,9.83,9.7,9.63,9.56,9.53,9.47,9.4,9.32,9.26,9.19,9.1,9.03,8.95,8.85,8.78,8.71,8.61,8.54,8.49,8.42,8.36,8.3,8.19,8.15,8.1,8.04,8.05,8.04,8,8.02,8,8,8.01,8.04,8.1,8.14,8.17,8.17,8.22,8.21,8.29,8.37,8.43,8.47,8.51,8.55,8.59,8.66,8.71,8.78,8.81,8.84,8.81,8.82,8.84,8.83,8.83,8.88,8.88,8.89,8.93,8.95,8.92,8.97,8.99,9.01,8.99,9.03,9.04,9.07,9.04,9.07,9.09,9.04,9.08,9.13,9.09,9.05,9.06,8.99,8.98,8.99,8.94,8.87,8.83,8.8,8.79,8.71,8.6,8.5,8.38,8.26,8.23,8.17,8.1,8.02,7.9,7.82,7.72,7.63,7.53,7.56,7.49,7.53,7.47,7.39,7.37,7.34,7.39,7.32,7.24,7.18,7.31,7.39,7.48,7.51,7.61,7.69,7.86,8.05,8.24,8.55,8.81,9.13,9.24,9.36,9.48,9.61,9.7,9.82,9.86,9.87,9.87) > x <- c(2.4,2.4,2.5,2.6,2.4,2.6,2.4,2.3,2.4,2.4,2.4,2.4,2.4,2.4,2.4,2.4,2.5,2.1,2.1,2,2,2,1.9,1.9,2,1.8,1.6,1.3,1.4,1.4,1.5,1.7,1.6,1.5,1.6,1.5,1.1,1.1,1.1,1.4,1.3,1.4,1.3,1.1,1,0.9,0.8,0.8,0.8,0.8,1,1.1,1,0.9,1.1,1.2,1.2,1.4,1.5,1.7,1.9,1.9,1.9,1.7,1.7,2.1,2,2,2.5,2.4,2.5,2.5,2,1.9,2.2,2.7,3.1,2.8,2.6,2.3,2.2,2.2,2,2,2.6,2.5,2.5,2.3,2,1.9,2,2.1,2.1,2.3,2.3,2.3,2.1,2.4,2.5,2.1,1.8,1.9,1.9,2.1,2.2,2,2.2,2,1.9,1.6,1.7,2,2.5,2.4,2.3,2.3,2.1,2.4,2.2,2.4,1.9,2.1,2.1,2.1,2,2.1,2.2,2.2,2.6,2.5,2.3,2.2,2.4,2.3,2.2,2.5,2.5,2.5,2.4,2.3,1.7,1.6,1.9,1.9,1.8,1.8,1.9,1.9,1.9,1.9,1.8,1.7,2.1,2.6,3.1,3.1,3.2,3.3,3.6,3.3,3.7,4,4,3.8,3.6,3.2,2.1,1.6,1.1,1.2,0.6,0.6,0,-0.1,-0.6,-0.2,-0.3,-0.1,0.5,0.9) > par6 = '' > par5 = 'ECB' > par4 = 'Unemployment rate' > par3 = '' > par2 = 'ECB' > par1 = 'Inflation' > 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/110mq1289492901.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/2q2k21289492901.tab") > > try(system("convert tmp/110mq1289492901.ps tmp/110mq1289492901.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.383 0.190 0.510