plot.CEA {MDMA}R Documentation

Plot cost-effectiveness plane

Description

Plot cost-effectiveness plane

Usage

## 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,
  ...
)

Arguments

x

object of class CEA, created by CEA

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 par)

...

other arguments to be passed to the plot and abline (for the zero lines of the axes) functions.

Value

plot.CEA returns a plot

Author(s)

Mathijs Deen

Examples

CEA(gnomes, insulationMethod, Costs, diffHATS, 5000, "acorns") |>
  plot()

[Package MDMA version 2.0.0 Index]