Plots the cost-effectiveness plane for a ICER object, calculated with calculate_icers
# S3 method for icers
plot(
x,
txtsize = 12,
currency = "$",
effect_units = "QALYs",
label = c("frontier", "all", "none"),
label_max_char = NULL,
plot_frontier_only = FALSE,
alpha = 1,
n_x_ticks = 6,
n_y_ticks = 6,
xbreaks = NULL,
ybreaks = NULL,
xlim = NULL,
ylim = NULL,
xexpand = expansion(0.1),
yexpand = expansion(0.1),
max.iter = 20000,
...
)
Object of class icers
.
base text size
string. with currency used in the cost-effectiveness analysis (CEA).
string. unit of effectiveness
whether to label strategies on the efficient frontier, all strategies, or none. defaults to frontier.
max number of characters to label the strategies - if not NULL (the default) longer strategies are truncated to save space.
only plot the efficient frontier
opacity of points
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
Padding around data. See scale_continuous
for details.
The default behavior in ggplot2 is expansion(0.05)
. See expansion
for how to modify this.
Padding around data. See scale_continuous
for details.
The default behavior in ggplot2 is expansion(0.05)
. See expansion
for how to modify this.
Maximum number of iterations to try to resolve overlaps. Defaults to 10000.
further arguments to plot.
This is not used by dampack
but required for generic consistency.
a ggplot2 object which can be modified by adding additional geoms