Two-way sensitivity analysis plot
# S3 method for twsa
plot(
x,
maximize = TRUE,
col = c("full", "bw"),
n_x_ticks = 6,
n_y_ticks = 6,
txtsize = 12,
...
)
a twsa object
If TRUE
, plot of strategy with maximum expected outcome
(default); if FALSE
, plot of strategy with minimum expected outcome
either none, full color, or black and white
number of axis ticks
number of axis ticks
base text size
further arguments to plot.
This is not used by dampack
but required for generic consistency.
A ggplot2
plot of the two-way sensitivity analysis.