plot.damuth {meteR} | R Documentation |
Plot the relationship between abundance and metabolic rate, i.e. objects of class damuth
Description
Plot abundance-metabolic rate relationship with flexibility to adjust plotting parameters
Usage
## S3 method for class 'damuth'
plot(x, add = FALSE, ...)
Arguments
x |
an object of class damuth |
add |
logical; should new |
... |
arguments passed to |
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(arth)
esf1 <- meteESF(arth$spp, arth$count, arth$mass^0.75)
ebar1 <- ebar(esf1)
plot(ebar1)
[Package meteR version 1.2 Index]