`r params$title`"

if (params$tabs) {
  cat('### Depletion and Discard Mortality {.tabset .tabset-fade .tabset-pills}' )
} else {
  cat('### Depletion and Discard Mortality')
}
dd <- dim(params$Pars$M_ageArray)
nsim <- dd[1]
maxage <- dd[2]

nsamp <- length(params$its)

Sampled Parameters

Histograms of r nsim simulations of depletion (spawning biomass in the last historical year over average unfished spawning biomass; D) and the fraction of discarded fish that are killed by fishing mortality (Fdisc), with vertical colored lines indicating r nsamp randomly drawn values.

MSEtool:::plot.Depletion(params$Pars, nsamp=nsamp, plotPars=params$plotPars)


Try the MSEtool package in your browser

Any scripts or data that you put into this service are public.

MSEtool documentation built on July 26, 2023, 5:21 p.m.