R/print.nestedchecker.R

"print.nestedchecker" <-
function(x, ...)
{
    cat("Checkerboard Units    :", format(x$statistic), "\n")
    cat("C-score (species mean):", format(x$C.score), "\n")
    invisible(x)
}
vegandevs/vegan documentation built on May 6, 2024, 7:34 p.m.