Plot different analysis
analyze_graphic.Rd
Plot different analysis
Usage
analyze_graphic(
input,
analysis,
uncertainty = TRUE,
sensitivity = TRUE,
exploration = FALSE,
device = "pdf"
)
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()
, viewsnpv
andbenefit
are plottedfor
plot_sobol()
, viewsS
(first-order Sobol indices), andT
(total order Sobol indices) are plottedfor
plot_explore()
, viewsS
(first-order Sobol indices), andT
(total order Sobol indices) are plotted
Author
Frédéric Grelot, frederic.grelot.1994_cran@m4x.org