if (params$tabs) {
  cat('### Maturity Parameters {.tabset .tabset-fade .tabset-pills}' )
} else {
  cat('### Maturity Parameters')
}

dd <- params$Pars$M_ageArray %>% dim()
nsim <- dd[1]
maxage <- dd[2]

nsamp <- length(params$its)

Sampled Parameters

Histograms of r nsim simulations of L50 (length at 50% maturity), and L95 (length at 95% maturity), with vertical colored lines indicating r nsamp randomly drawn values used in other plots:

MSEtool:::plot.Maturity(params$Pars, nsamp=nsamp, plotPars=params$plotPars, plot.num=1)

Maturity at Age and Length

Maturity-at-age and -length for r nsamp simulations in the first historical year, the last historical year (i.e., current year), and the last projected year:

MSEtool:::plot.Maturity(params$Pars, nsamp=nsamp, plotPars=params$plotPars, plot.num=2)


Blue-Matter/MSEtool documentation built on April 25, 2024, 12:30 p.m.