Plots the evppi
object created by calc_evppi
.
# S3 method for evppi
plot(
x,
txtsize = 12,
currency = "$",
effect_units = "QALY",
n_y_ticks = 8,
n_x_ticks = 20,
xbreaks = NULL,
ybreaks = NULL,
xlim = c(0, NA),
ylim = NULL,
...
)
object of class evppi
, produced by function
calc_evppi
base text size
string with currency used in the cost-effectiveness analysis (CEA). Default: $, but it could be any currency symbol or word (e.g., <U+00A3>, <U+20AC>, peso)
units of effectiveness. Default: QALY
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 with the EVPPI