Learn R Programming

mefa (version 3.2-0)

aoplot: Abundance-Occupancy Plot

Description

Abundance-occupancy plot.

Usage

aoplot(x, ...)
## S3 method for class 'default':
aoplot(x, log = TRUE, xlab, ylab, ...)

Arguments

x
An object, possibly a matrix.
log
Logical, if abundance values should be log10 transformed.
xlab, ylab
Axis labels, can be missing for default labels.
...
Other arguments passed to plot function.

Value

  • Creates a plot as a side effect. Invisibly returns abundance and occurrence values in a matrix.

Details

Column sums of x (species abundances) are plotted against column sums of the binarized x (species occupancy).

Examples

Run this code
data(dol.count)
x <- mefa(stcs(dol.count))
aoplot(x)

Run the code above in your browser using DataLab