A vector of numeric values for mortality rate at time
Arguments
time
The time to calculate mortality at
m_init
Initial rate of mortality at time 0 (or time t for
constant_mort)
m_inf
Final rate of mortality as time approaches infinity
alpha
The rate at which mortality decreases across time
t_scale
A horizontal scaling parameter
m_max
The maximum mortality that is achieved at time = t_scale
m_min
The lowest mortality that the curve should reach
beta
Slope on the quadratic term for parabolic_mort
Details
These functions produced different shapes of mortality curves that are
commonly found in fisheries. Some of the more common are
constant_mort (which returns constant mortality across time),
exp_mort (S-shaped decreasing curve), and decreasing_mort
(non-linear decreasing curve). Others are less common and represent specific
scenarios such as gaussian_mort (implemented to represent a
bottleneck).