plot.damuth {meteR} | R Documentation |
Plot abundance-metabolic rate relationship with flexibility to adjust plotting parameters
## S3 method for class 'damuth'
plot(x, add = FALSE, ...)
x |
an object of class damuth |
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(arth)
esf1 <- meteESF(arth$spp, arth$count, arth$mass^0.75)
ebar1 <- ebar(esf1)
plot(ebar1)