powered by
Prepares a data frame of results from a fisherfit object suitable for plotting with ggplot.
fisherfit
ggplot
# S3 method for fisherfit fortify(model, data, ...)
an object of class fisherfit
original data set. Currently ignored.
other arguments pass to methods. Currently ignored.
A data frame with columns 'Rank' and 'Abundance'. Additionally, Fisher's \(\alpha\) and the nuisance parameter are returned as attributes 'alpha' and 'k' respectively.
'Rank'
'Abundance'
'alpha'
'k'
# NOT RUN { data(BCI) mod <- fisherfit(BCI[5,]) head(fortify(mod)) # }
Run the code above in your browser using DataLab