show_oat_results | R Documentation |
Renders a visualization representing the One-Factor-At-A-Time (OFAT) sensitivity analysis results.
show_oat_results(node_name, results, tree)
node_name |
|
results |
Matrix of evaluation results, typically derived from
|
tree |
A |
This function does not return a value; instead, it exhibits a plot.
tree <- dexisensitivity::masc2
optionOAT <- create_options(tree, 1)
results <- oat(tree, optionOAT)
show_oat_results("Dimension economique", results, tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.