fortify.iNEXT {iNEXT} | R Documentation |
Fortify method for classes from the iNEXT package.
Description
Fortify method for classes from the iNEXT package.
Usage
## S3 method for class 'iNEXT'
fortify(model, data = model$iNextEst, type = 1, ...)
Arguments
model |
|
data |
not used by this method |
type |
three types of plots: sample-size-based rarefaction/extrapolation curve ( |
... |
not used by this method |
Examples
data(spider)
# single-assemblage abundance data
out1 <- iNEXT(spider$Girdled, q=0, datatype="abundance")
ggplot2::fortify(out1, type=1)
[Package iNEXT version 3.0.1 Index]