powered by
Fortify method for classes from the iNEXT package.
# S3 method for iNEXT fortify(model, data = model$iNextEst, type = 1, ...)
iNEXT to convert into a dataframe.
iNEXT
not used by this method
three types of plots: sample-size-based rarefaction/extrapolation curve (type = 1); sample completeness curve (type = 2); coverage-based rarefaction/extrapolation curve (type = 3).
type = 1
type = 2
type = 3
data(spider) # single-assemblage abundance data out1 <- iNEXT(spider$Girdled, q=0, datatype="abundance") ggplot2::fortify(out1, type=1)
Run the code above in your browser using DataLab