R/plot.incidence.R

Defines functions plot.incidence

Documented in plot.incidence

plot.incidence <-
function(x, shape = c("square", "circle", "equispaced"), noise = FALSE, ...) {
  C <- incidence2cover(x)
  plot(C, shape, noise, ...)
}

Try the parsec package in your browser

Any scripts or data that you put into this service are public.

parsec documentation built on Aug. 19, 2023, 5:07 p.m.