Skip to contents

Plot sobol analysis

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.

Value

Nothing.

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()

Author

Frédéric Grelot, frederic.grelot.1994_cran@m4x.org