Usage
plot_sobol(
input,
analysis,
view = c("S", "T"),
device = c("none", "pdf", "png")
)
Arguments
- input
list of input data.
- analysis
list of results from analyse_uncertainty(). See details.
- view
character, define which type of indices should be plotted.
- device
character, define how the graphics are saved.
Details
analysis can be either list of all data.frame resulting from
sensitivity analysis, or the list containing this list as returned by
analyse_uncertainty()