powered by
Plots sensitivity indices as bar or pie charts.
plot_sensitivity(SAresults, ptype = "bar")
A plot of sensitivity indices generated by ggplot2.
A list of sensitivity/uncertainty analysis results from plot_sensitivity().
plot_sensitivity()
Type of plot to generate - either "bar", "pie" or "box".
"bar"
"pie"
"box"
To use this function you first need to run get_sensitivity(). Then enter the resulting list as the SAresults argument here.
get_sensitivity()
SAresults
See vignette("sensitivity").
vignette("sensitivity")
This function replaces the now-defunct plotSA() from COINr < v1.0.
plotSA()
get_sensitivity() Perform global sensitivity or uncertainty analysis on a COIN
plot_uncertainty() Plot confidence intervals on ranks following a sensitivity analysis
plot_uncertainty()
# for examples, see `vignette("sensitivity")` # (this is because package examples are run automatically and sensitivity analysis # can take a few minutes to run at realistic settings)
Run the code above in your browser using DataLab