R/print.fisherfit.R

`print.fisherfit` <-
    function (x, ...) 
{
    cat("\nFisher log series model\n")
    cat("No. of species:", sum(x$fisher), "\n")
    cat("Fisher alpha:  ", x$estimate, "\n\n")
    invisible(x)
}
vegandevs/vegan documentation built on April 11, 2024, 12:15 a.m.