Summarises a sspm_fit object, both in terms of productivity and biomass.

# S4 method for 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

if (FALSE) {
summary(sspm_model_fit)
summary(sspm_model_fit, biomass = "weight_per_km2_borealis")
}