Learn R Programming

meteR (version 1.0)

ipd: Individual Power Distribution

Description

ipd.meteESF calculates the distribution Psi(e | N0, S0, E0), the distribution of metabolic rates across all individuals in a commmunity

Usage

ipd(x, ...)

## S3 method for class 'meteESF': ipd(x, ...)

Arguments

x
an object of class meteESF.
...
additiona arguments to be passed to methods

Value

  • An object of class meteDist. The object contains a list with the following elements. [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Details

See examples.

References

Harte, J. 2011. Maximum entropy and ecology: a theory of abundance, distribution, and energetics. Oxford University Press.

See Also

meteDist, sad.meteESF, metePsi

Examples

Run this code
data(arth)
esf1 <- meteESF(spp=arth$spp,
               abund=arth$count,
               power=arth$mass^(.75),
               minE=min(arth$mass^(.75)))
ipd1 <- ipd(esf1)

Run the code above in your browser using DataLab