plot.sar: Plot the species abundance distribution (SAR), i.e. objects...

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/plot.sar.R

Description

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

Usage

1
2
## 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

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

Example output



meteR documentation built on May 2, 2019, 11:04 a.m.