Learn R Programming

heemod (version 0.3.3)

plot.eval_sensitivity: Plot Sensitivity Analysis

Description

Plot the results of a sensitivity analysis as a tornado plot.

Usage

"plot"(x, type = c("simple", "diff"), model = 1, ...)

Arguments

x
A result of run_sensitivity.
type
Type of plot (see details).
model
Name or index of model to plot.
...
Additional arguments passed to plot.

Value

A ggplot2 object.

Details

Plot type simple plots variations of single model costs, while diff plots cost difference between the specified model and the reference model.