show_oat_results: Visualize OFAT Sensitivity Analysis Outcomes

View source: R/oat.R

show_oat_resultsR Documentation

Visualize OFAT Sensitivity Analysis Outcomes

Description

Renders a visualization representing the One-Factor-At-A-Time (OFAT) sensitivity analysis results.

Usage

show_oat_results(node_name, results, tree)

Arguments

node_name

character specifying the name of the node intended for visualization.

results

Matrix of evaluation results, typically derived from ofat_sensitivity_analysis.

tree

A Tree object that was employed in the OFAT analysis.

Value

This function does not return a value; instead, it exhibits a plot.

Examples

tree <- dexisensitivity::masc2
optionOAT <- create_options(tree, 1)
results <- oat(tree, optionOAT)
show_oat_results("Dimension economique", results, tree)


dexisensitivity documentation built on Oct. 30, 2024, 1:08 a.m.