Learn R Programming

heemod (version 0.3.0)

plot.eval_sensitivity: Plot Sensitivity Analysis

Description

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

Usage

## S3 method for class 'eval_sensitivity':
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.