R/print.nestedtemp.R

"print.nestedtemp" <-
function(x, ...)
{
    cat("nestedness temperature:", format(x$statistic, ...), "\n")
    cat("with matrix fill", format(x$fill, ...), "\n")
    invisible(x)
}
vegandevs/vegan documentation built on April 11, 2024, 12:15 a.m.