print.meteDist: Print summaries of 'meteDist' objects

Description Usage Arguments Details Value Author(s) References Examples

View source: R/print.meteDist.R

Description

S3 method for class meteDist

Usage

1
2
## 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

1
2
3
4
5
6
7
data(arth)
esf1 <- meteESF(spp=arth$spp,
                abund=arth$count,
                power=arth$mass^(.75),
                minE=min(arth$mass^(.75)))
ipd1 <- ipd(esf1)
ipd1

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