R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) 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(38,32,35,33,37,29,31,36,35,38,31,34,35,38,37,33,32,38,38,32,33,31,38,39,32,32,35,37,33,33,28,32,31,37,30,33,31,33,31,33,32,33,32,33,28,35,39,34,38,32,38,30,33,38,32,32,34,34,36,34,28,34,35,35,31,37,35,27,40,37,36,38,39,41,27,30,37,31,31,27,36,38,37,33,34,31,39,34,32,33,36,32,41,28,30,36,35,31,34,36,36,35,37,28,39,32,35,39,35,42,34,33,41,33,34,32,40,40,35,36,37,27,39,38,31,33,32,39,36,33,33,32,37,30,38,29,22,35,35,34,35,34,34,35,23,31,27,36,31,32,39,37,38,39,34,31,32,37,36,32,35,36) > x <- c(41,39,30,31,34,35,39,34,36,37,38,36,38,39,33,32,36,38,39,32,32,31,39,37,39,41,36,33,33,34,31,27,37,34,34,32,29,36,29,35,37,34,38,35,38,37,38,33,36,38,32,32,32,34,32,37,39,29,37,35,30,38,34,31,34,35,36,30,39,35,38,31,34,38,34,39,37,34,28,37,33,37,35,37,32,33,38,33,29,33,31,36,35,32,29,39,37,35,37,32,38,37,36,32,33,40,38,41,36,43,30,31,32,32,37,37,33,34,33,38,33,31,38,37,33,31,39,44,33,35,32,28,40,27,37,32,28,34,30,35,31,32,30,30,31,40,32,36,32,35,38,42,34,35,35,33,36,32,33,34,32,34) > par8 = 'terrain.colors' > par7 = 'Y' > par6 = 'Y' > par5 = '0' > par4 = '0' > par3 = '0' > par2 = '50' > par1 = '50' > ylab = 'Seperate' > xlab = 'Connected' > main = 'Bivariate Kernel Density' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Dr. Ian E. Holliday > #To cite this work: Ian E. Holliday, 2011, 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: > #Technical description: > par1 <- as(par1,'numeric') > par2 <- as(par2,'numeric') > par3 <- as(par3,'numeric') > par4 <- as(par4,'numeric') > par5 <- as(par5,'numeric') > library('GenKern') Loading required package: KernSmooth KernSmooth 2.23 loaded Copyright M. P. Wand 1997-2009 > if (par3==0) par3 <- dpik(x) > if (par4==0) par4 <- dpik(y) > if (par5==0) par5 <- cor(x,y) > if (par1 > 500) par1 <- 500 > if (par2 > 500) par2 <- 500 > if (par8 == 'terrain.colors') mycol <- terrain.colors(100) > if (par8 == 'rainbow') mycol <- rainbow(100) > if (par8 == 'heat.colors') mycol <- heat.colors(100) > if (par8 == 'topo.colors') mycol <- topo.colors(100) > if (par8 == 'cm.colors') mycol <- cm.colors(100) > postscript(file="/var/wessaorg/rcomp/tmp/1zb8l1322576152.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > op <- KernSur(x,y, xgridsize=par1, ygridsize=par2, correlation=par5, xbandwidth=par3, ybandwidth=par4) > image(op$xords, op$yords, op$zden, col=mycol, axes=TRUE,main=main,xlab=xlab,ylab=ylab) > if (par6=='Y') contour(op$xords, op$yords, op$zden, add=TRUE) > if (par7=='Y') points(x,y) > (r<-lm(y ~ x)) Call: lm(formula = y ~ x) Coefficients: (Intercept) x 20.6767 0.3875 > abline(r) > box() > dev.off() null device 1 > > #Note: the /var/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Bandwidth',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'x axis',header=TRUE) > a<-table.element(a,par3) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'y axis',header=TRUE) > a<-table.element(a,par4) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Correlation',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'correlation used in KDE',header=TRUE) > a<-table.element(a,par5) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'correlation(x,y)',header=TRUE) > a<-table.element(a,cor(x,y)) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/2h0vt1322576152.tab") > > try(system("convert tmp/1zb8l1322576152.ps tmp/1zb8l1322576152.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 5.141 0.199 5.334