R/maximal.incidence.R

Defines functions maximal.incidence

Documented in maximal.incidence

maximal.incidence <-
function(z) {
    tot <- rowSums(as.matrix(z))
    tot == 1
}

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.