Summarises a sspm_fit
object, both in terms of productivity and biomass.
# S4 method for sspm_fit
summary(object, biomass = NULL)
[sspm_...] An object from this package.
[character] Biomass variable.
Nothing is returned, but a summary is printed.
if (FALSE) {
summary(sspm_model_fit)
summary(sspm_model_fit, biomass = "weight_per_km2_borealis")
}