print.damuth {meteR} | R Documentation |
print.damuth
Description
S3 method for class damuth
Usage
## S3 method for class 'damuth'
print(x, ...)
Arguments
x |
an object of class |
... |
arguments to be passed to methods |
Details
See Examples
Value
Returns the object silently
Author(s)
Andy Rominger <ajrominger@gmail.com>, Cory Merow
Examples
data(arth)
esf1 <- meteESF(arth$spp, arth$count, arth$mass^0.75)
ebar1 <- ebar(esf1)
print(ebar1)
[Package meteR version 1.2 Index]