Visualization of first, total, second, third and fourth-order Sobol' indices
Source:R/plot_sobol.R
plot_sobol.Rd
Visualization of first, total, second, third and fourth-order Sobol' indices
Arguments
- sa
list; of sensitivity analysis results read in with
read_sa
- order
A character vector specifying the order of the Sobol' indices to plot. The only current option is "first".
- add_errorbars
A logical value indicating whether to add error bars to the plot. Default is
TRUE
.- use_dummy
A logical value indicating whether to use a dummy variable for the x-axis. Default is
TRUE
.