R/plot.incidence.R

Defines functions plot.incidence

Documented in plot.incidence

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

Try the parsec package in your browser

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

parsec documentation built on May 2, 2019, 6:08 p.m.