Plot the psa object
# S3 method for psa
plot(
x,
center = TRUE,
ellipse = TRUE,
alpha = 0.2,
txtsize = 12,
col = c("full", "bw"),
n_x_ticks = 6,
n_y_ticks = 6,
xbreaks = NULL,
ybreaks = NULL,
xlim = NULL,
ylim = NULL,
...
)
the psa object
plot the mean cost and effectiveness for each strategy. defaults to TRUE
plot an ellipse around each strategy. defaults to TRUE
opacity of the scatterplot points. 0 is completely transparent, 1 is completely opaque
base text size
either none, full color, or black and white
number of axis ticks
number of axis ticks
vector of axis breaks.
will override n_x_ticks
and/or n_y_ticks
if provided.
vector of axis breaks.
will override n_x_ticks
and/or n_y_ticks
if provided.
vector of axis limits, or NULL, which sets limits automatically
vector of axis limits, or NULL, which sets limits automatically
further arguments to plot.
This is not used by dampack
but required for generic consistency.
A ggplot2
plot of the PSA, showing the distribution of each PSA sample and strategy
on the cost-effectiveness plane.