powered by
plot.iNEXT: Plotting method for objects inheriting from class "iNEXT"
plot.iNEXT
# S3 method for iNEXT plot( x, type = 1, se = TRUE, show.legend = TRUE, show.main = TRUE, col = NULL, ... )
an iNEXT object computed by iNEXT.
iNEXT
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
a logical variable to display confidence interval around the estimated sampling curve.
a logical variable to display legend.
a logical variable to display title.
a vector for plotting color
arguments to be passed to methods, such as graphical parameters (par).
par
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)
Run the code above in your browser using DataLab