print.meteESF {meteR}R Documentation

print.meteESF

Description

print.meteESF prints an object of class meteESF

Usage

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

Arguments

x

an object of class meteESF

...

arguments to be passed

Details

See Examples

Value

x silently

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)))
print(esf1)
esf1 # alternatively...

[Package meteR version 1.2 Index]