abundance.curve {untb}R Documentation

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

Author(s)

Robin K. S. Hankin

Examples

data(copepod)
abundance.curve(copepod)

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

[Package untb version 1.0-20 Index]