powered by
Prepares a data frame of results from a fisherfit object suitable for plotting with ggplot.
fisherfit
ggplot
# S3 method for prestonfit fortify(model, data, ...)
an object of class prestonfit
prestonfit
original data set. Currently ignored.
other arguments pass to methods. Currently ignored.
A data frame with columns 'Octave' and 'Abundance'.
'Octave'
'Abundance'
# NOT RUN { data(BCI) pfit <- prestonfit(colSums(BCI)) head(fortify(pfit)) # }
Run the code above in your browser using DataLab