plot.sar {meteR} | R Documentation |
Plot species or endemics area relationship with flexibility to adjust plotting parameters
## S3 method for class 'sar'
plot(x, add = FALSE, ...)
x |
an object of class SAR made with |
add |
logical; should new |
... |
arguments passed to |
see examples
Andy Rominger <ajrominger@gmail.com>, Cory Merow
Harte, J. 2011. Maximum entropy and ecology: a theory of abundance, distribution, and energetics. Oxford University Press.
empiricalSAR, downscaleSAR, upscaleSAR, meteSAR
data(anbo)
anbo.obs.sar <- empiricalSAR(anbo$spp, anbo$count, anbo$row, anbo$col, Amin=1, A0=16)
plot(anbo.obs.sar)