print.meteDist {meteR}R Documentation

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

Details

Prints state variables and lagrange multipliers

Value

The meteDist object is returned invisibly

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.

Examples

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

[Package meteR version 1.2 Index]