summary {sspm} | R Documentation |
Summarises sspm_fit
objects
Description
Summarises a sspm_fit
object, both in terms of productivity and biomass.
Usage
## S4 method for signature 'sspm_fit'
summary(object, biomass = NULL)
Arguments
object |
[sspm_...] An object from this package. |
biomass |
[character] Biomass variable. |
Value
Nothing is returned, but a summary is printed.
Examples
## Not run:
summary(sspm_model_fit)
summary(sspm_model_fit, biomass = "weight_per_km2_borealis")
## End(Not run)
[Package sspm version 1.0.3 Index]