aoplot: Abundance-Occupancy Plot

Description Usage Arguments Details Value Author(s) Examples

View source: R/aoplot.R

Description

Abundance-occupancy plot.

Usage

1
2
3
aoplot(x, ...)
## Default S3 method:
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.

Details

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

Value

Creates a plot as a side effect.

Invisibly returns abundance and occurrence values in a matrix.

Author(s)

Peter Solymos <solymos@ualberta.ca>

Examples

1
2
3

Example output

mefa 3.2-7 	 2016-01-11

mefa documentation built on Oct. 7, 2021, 9:11 a.m.

Related to aoplot in mefa...