Description Usage Arguments Value Author(s)
View source: R/top-n-sensitivity-plot.R
Plot the top N sensitivity values
1 2 3 4 5 6 7 | top_n_sensitivity_plot(
sensitivity_plot_data,
y_var,
metric,
n = 10,
scales = "free_y"
)
|
sensitivity_plot_data |
Formatted sensitivity results |
y_var |
Response variable for which to plot sensitivity (character) |
metric |
Sensitivity metric to plot, as _symbol_ (e.g. 'elasticiity', 'pvar') |
n |
Show this many values per panel |
'ggplot' object of plot
Alexey Shiklomanov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.