powered by
xy
mapmf(xy, z, probs = seq(0, 1, 0.25), type = "heat", pch = 21, cex = 1.5, ...)
probs
qdef
[0,1]
type
pch
par
cex
x <- rep(1:10,10) y <- rep(1:10, each=10) z <- rpois(100,10) mapmf(cbind(x,y),z,type="grey") mapmf(cbind(x,y),z,NULL)
Run the code above in your browser using DataLab