fortify.iNEXT | R Documentation |
Fortify method for classes from the iNEXT package.
## S3 method for class 'iNEXT'
fortify(model, data = model$iNextEst, type = 1, ...)
model |
|
data |
not used by this method |
type |
three types of plots: sample-size-based rarefaction/extrapolation curve ( |
... |
not used by this method |
data(spider)
# single-assemblage abundance data
out1 <- iNEXT(spider$Girdled, q=0, datatype="abundance")
ggplot2::fortify(out1, type=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.