Calculate Mohn's rho for a WHAM model with peels
Arguments
- model
A fit WHAM model, output from fit_wham
with do.retro = TRUE
.
Value
rho
, a vector of Mohn's rho
Examples
if (FALSE) {
data("input4_SNEMAYT") # load SNEMA yellowtail flounder data and parameter settings
mod = fit_wham(input4_SNEMAYT) # using default values: do.retro = T, n.peels = 7
mohns_rho(mod) # calculate Mohn's rho
}