metePhi: Equation of the METE species abundance distribution

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

View source: R/sad.meteESF.R

Description

metePhi returns the species abundance distribution (Phi(n)) predicted by METE; vectorized in n

Usage

1
metePhi(n, la1, la2, Z, S0, N0, E0)

Arguments

n

the value (number of individuals) at which to calculate

Φ

la1, la2

Lagrange multipliers

Z

partition function

S0

Total number of species

N0

Total number of individuals

E0

Total metabolic rate

Details

See Examples

Value

numeric

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

sad.mete

Examples

1
2
3
4
5
6
7
8
9
esf1=meteESF(spp=arth$spp,
              abund=arth$count,
              power=arth$mass^(.75),
              minE=min(arth$mass^(.75)))
metePhi(min(arth$mass^(.75)),
       esf1$La[1],esf1$La[2],
       esf1$Z,esf1$state.var['S0'],
       esf1$state.var['N0'],
       esf1$state.var['E0'])

cmerow/meteR documentation built on May 13, 2019, 8:23 p.m.