Learn R Programming

meteR (version 1.0)

print.meteDist: Print summaries of meteDist objects

Description

S3 method for class meteDist

Usage

## S3 method for class 'meteDist':
print(x, ...)

Arguments

x
a meteDist object (e.g. from ipd.mete or sad.mete)
...
arguments to be passed

Value

  • The meteDist object is returned invisibly

Details

Prints state variables and lagrange multipliers

References

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

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)
ipd1

Run the code above in your browser using DataLab