R/latex.incidence.R

Defines functions latex.incidence

Documented in latex.incidence

latex.incidence <-
function(y, label="", caption="", scale=c(1, 1), ...) {
  C <- incidence2cover(y)
  latex(C, label, caption, scale)
}

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.