fortify.fisherfit.Rd
Prepares a data frame of results from a fisherfit
object suitable for plotting with ggplot
.
# S3 method for class 'fisherfit'
fortify(model, data, ...)
A data frame with columns 'Rank'
and 'Abundance'
. Additionally, Fisher's \(\alpha\) and the nuisance parameter are returned as attributes 'alpha'
and 'k'
respectively.