View source: R/figures-sensitivity.R
plot_sensitivity | R Documentation |
Plot sensitivity of performance metrics to OM slots across iterations
plot_sensitivity(
object,
pm_function,
mp = object@MPs,
slots = c("D", "hs", "M", "ageM", "L50", "Linf", "K", "Isd"),
ylab = "Performance metric value"
)
object |
A DLMtool MSE object. |
pm_function |
A DLMtool performance metric function. The y-axis of the
figure will represent the mean |
mp |
A character vector of MPs to plot (must be included in the MSE object). Defaults to all. |
slots |
A character vector of OM slots to plot. Will be plotted in this
order. Set |
ylab |
The y-axis label. |
A ggplot object
plot_sensitivity(mse_example, LTY)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.