Skip to contents

Plot different analysis

Usage

analyze_graphic(
  input,
  analysis,
  uncertainty = TRUE,
  sensitivity = TRUE,
  exploration = FALSE,
  device = "pdf"
)

Arguments

input

list of input data.

analysis

list of results from analyse_uncertainty.

uncertainty

logical, should uncertainty graph be plotted.

sensitivity

logical, should sobol graph be plotted.

exploration

logical, should exploration graph be plotted.

device

character, define how the graphics are saved.

Value

Nothing.

Details

analyse_graphics() consists in a call to plot_uncertainty(), plot_sobol(), and plot_explore() in a more less systematic way. All the calls are made with a device fixed to the same value, which allows to easily save graphicals outputs either in pdf or png.

  • for plot_uncertainty(), views npv and benefit are plotted

  • for plot_sobol(), views S (first-order Sobol indices), and T(total order Sobol indices) are plotted

  • for plot_explore(), views S (first-order Sobol indices), and T(total order Sobol indices) are plotted

Author

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