plot.sar {meteR}R Documentation

Plot the species abundance distribution (SAR), i.e. objects of class sar

Description

Plot species or endemics area relationship with flexibility to adjust plotting parameters

Usage

## S3 method for class 'sar'
plot(x, add = FALSE, ...)

Arguments

x

an object of class SAR made with

add

logical; should new sar object be added to current plot or made its own plot

...

arguments passed to plot

Details

see examples

Author(s)

Andy Rominger <ajrominger@gmail.com>, Cory Merow

References

Harte, J. 2011. Maximum entropy and ecology: a theory of abundance, distribution, and energetics. Oxford University Press.

See Also

empiricalSAR, downscaleSAR, upscaleSAR, meteSAR

Examples

data(anbo)
anbo.obs.sar <- empiricalSAR(anbo$spp, anbo$count, anbo$row, anbo$col, Amin=1, A0=16)
plot(anbo.obs.sar)

[Package meteR version 1.2 Index]