| aoplot {mefa} | R Documentation |
Abundance-occupancy plot.
aoplot(x, ...) ## Default S3 method: aoplot(x, log = TRUE, xlab, ylab, ...)
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 |
Column sums of x (species abundances) are plotted against
column sums of the binarized x (species occupancy).
Creates a plot as a side effect.
Invisibly returns abundance and occurrence values in a matrix.
Peter Solymos <solymos@ualberta.ca>
data(dol.count) x <- mefa(stcs(dol.count)) aoplot(x)