summary.count
From untb v1.6-5
by Robin K S Hankin
Summary methods for count and census objects
Summary methods for count and census objects
- Keywords
- math
Usage
## S3 method for class 'count':
summary(object, ...)
## S3 method for class 'census':
summary(object, ...)
Arguments
- object
- Ecosystem object coerced to class count
- ...
- Further arguments, currently ignored
Details
Prints a summary of an ecosystem object.
See Also
Examples
data(ostracod)
summary(ostracod)
Community examples
Looks like there are no examples yet.