ebar {meteR} | R Documentation |
\bar{\epsilon}
) and abundanceebar
calculates the relationship between average metabolic rate of a species and that species' abundance. Also known as the Damuth relationship
ebar(x)
x |
an object of class meteESF. |
See examples.
An object of class meteRelaT
. The object contains a list with the following elements.
pred
predicted relationship
obs
observed relationship
Andy Rominger <ajrominger@gmail.com>, Cory Merow
Harte, J. 2011. Maximum entropy and ecology: a theory of abundance, distribution, and energetics. Oxford University Press.
meteDist, sad.meteESF, metePsi
data(arth)
esf1 <- meteESF(spp=arth$spp,
abund=arth$count,
power=arth$mass^(.75),
minE=min(arth$mass^(.75)))
damuth <- ebar(esf1)