plot.CEA | R Documentation |
Plot cost-effectiveness plane
## S3 method for class 'CEA'
plot(
x,
xlim = c(-1, 1) * max(abs(x$stats$diffE)),
ylim = c(-1, 1) * max(abs(x$stats$diffC)),
xlab = "Incremental effects",
ylab = sprintf("Incremental costs (%s)", x$currencyUC),
las = 1,
...
)
x |
object of class |
xlim |
limits of x axis (i.e., the axis of the incremental effects) |
ylim |
limits of y axis (i.e., the axis of the incremental costs) |
xlab |
label of x axis |
ylab |
label of y axis |
las |
style of the axis labels (see |
... |
other arguments to be passed to the |
plot.CEA
returns a plot
Mathijs Deen
CEA(gnomes, insulationMethod, Costs, diffHATS, 5000, "acorns") |>
plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.