search for: dest0

Displaying 1 result from an estimated 1 matches for "dest0".

Did you mean: dest
2011 Dec 22
1
overlaid filled contour plots
...arent colors). To make this reproducible, I've saved the results of KernSmooth::bkde2D() in the following file: http://euclid.psych.yorku.ca/SCS/Private/Test/bkde2D-boot.RData From this, the essence of my plot can be produced by the following: # show calls to bkde2D() #library(KernSmooth) #dest0 <- bkde2D(lbt[,wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #dest1 <- bkde2D(lbt[,1+wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #dest2 <- bkde2D(lbt[,2+wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #save(dest0, dest1, dest2, cm0, cm1, cm2, file="bkde2D-boot.RDa...