plot.iNEXT | R Documentation |
plot.iNEXT
: Plotting method for objects inheriting from class "iNEXT"
## S3 method for class 'iNEXT'
plot(
x,
type = 1,
se = TRUE,
show.legend = TRUE,
show.main = TRUE,
col = NULL,
...
)
x |
an |
type |
three types of plots: sample-size-based rarefaction/extrapolation curve ( |
se |
a logical variable to display confidence interval around the estimated sampling curve. |
show.legend |
a logical variable to display legend. |
show.main |
a logical variable to display title. |
col |
a vector for plotting color |
... |
arguments to be passed to methods, such as graphical parameters ( |
data(spider)
# single-assemblage abundance data
out1 <- iNEXT(spider$Girdled, q=0, datatype="abundance")
plot(x=out1, type=1)
plot(x=out1, type=2)
plot(x=out1, type=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.