R/plot.R

plot.megaphone = function(object, pch = 16, cex = 0.5, col = "#00000020", ...){
  pairs(object$retained.samples, pch = pch, cex = cex, col = col, ...)
}
davharris/megaphone documentation built on May 14, 2019, 9:28 p.m.