R/image.mat.R

image.mat <- function(x, y, z, legend, ...) {
  if (legend) {
    image.plot(x = x, y = y, z = z, ...)
  } else {
    image(x = x, y = y, z = z, ...)
  }
}
dfleis/hierbasis2 documentation built on May 17, 2019, 7:03 p.m.