untb (version 1.0-19)

abundance.curve: Abundance curves

Description

Given an ecosystem, plots the ranked abundance curve

Usage

abundance.curve(x, show.uncertainty = FALSE, n = 10, ...)

Arguments

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().

Details

Plots a ranked abundance curve, optionally with parametrically resampled datasets showing the uncertainties

Examples

Run this code
data(copepod)
abundance.curve(copepod)

data(butterflies)
abundance.curve(butterflies,show.uncertainty=TRUE)

Run the code above in your browser using DataCamp Workspace