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)
}
pattakosn/Rworkshop documentation built on May 24, 2019, 8:22 p.m.