powered by
Plots the probability distribution function of steepness from the mean and standard deviation.
plot_steepness( m, sd, is_transform = FALSE, SR = c("BH", "Ricker"), color = "black" )
The mean of the distribution (vectorized).
The standard deviation of the distribution (vectorized).
Logical, whether the mean and standard deviation are in normal space (FALSE) or transformed space.
The stock recruitment relationship (determines the range and, if relevant, transformation of steepness).
A vector of colors.
A plot of the probability distribution function. Vertical dotted line indicates mean of distribution.
plot_lognormalvar plot_betavar
plot_lognormalvar
plot_betavar
# NOT RUN { mu <- DLMtool::Simulation_1@steep stddev <- DLMtool::Simulation_1@steep * DLMtool::Simulation_1@CV_steep plot_steepness(mu, stddev) # }
Run the code above in your browser using DataLab