print.meteESF {meteR} | R Documentation |
print.meteESF
prints an object of class meteESF
## S3 method for class 'meteESF'
print(x, ...)
x |
an object of class |
... |
arguments to be passed |
See Examples
x
silently
Andy Rominger <ajrominger@gmail.com>, Cory Merow
Harte, J. 2011. Maximum entropy and ecology: a theory of abundance, distribution, and energetics. Oxford University Press.
data(arth)
esf1 <- meteESF(spp=arth$spp,
abund=arth$count,
power=arth$mass^(.75),
minE=min(arth$mass^(.75)))
print(esf1)
esf1 # alternatively...