abundance.curve {untb} | R Documentation |
Given an ecosystem, plots the ranked abundance curve
abundance.curve(x, show.uncertainty = FALSE, n = 10, ...)
x |
Ecosystem object, coerced to class count |
show.uncertainty |
Boolean,
with TRUE meaning to show bootstrapped estimates for the
species diversity curve, and default FALSE meaning to omit
this. |
n |
Number of bootstrapped estimates to plot |
... |
Extra parameters passed to untb() . |
Plots a ranked abundance curve, optionally with parametrically resampled datasets showing the uncertainties
Robin K. S. Hankin
data(copepod) abundance.curve(copepod) data(butterflies) abundance.curve(butterflies,show.uncertainty=TRUE)