fortify.fisherfit: Tidied species rank abundance data and estimated Fisher's log-series
Description
Prepares a data frame of results from a vegan::fisherfit())
object suitable for plotting with ggplot2::ggplot()).
Usage
# S3 method for fisherfit
fortify(model, data, ...)
# S3 method for fisherfit
tidy(x, data, ...)
Value
A data frame with columns 'Rank' and 'Abundance'. Additionally,
Fisher's \(\alpha\) and the nuisance parameter are returned as
attributes 'alpha' and 'k' respectively.
Arguments
model, x
an object of class vegan::fisherfit()).
data
original data set. Currently ignored.
...
other arguments pass to methods. Currently ignored.