Skip to contents

Plot uncertainty analysis

Usage

plot_uncertainty(
  input,
  analysis,
  view = c("npv", "benefit"),
  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 the data.frame of all results from uncertainty analysis, or the list containing this data.frame as returned by analyse_uncertainty()

Author

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