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 May 2, 2019, 6:08 p.m.