powered by
Plot cost-effectiveness plane
# S3 method for 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, ... )
plot.CEA returns a plot
plot.CEA
object of class CEA, created by CEA
CEA
limits of x axis (i.e., the axis of the incremental effects)
limits of y axis (i.e., the axis of the incremental costs)
label of x axis
label of y axis
style of the axis labels (see par)
par
other arguments to be passed to the plot and abline (for the zero lines of the axes) functions.
plot
abline
Mathijs Deen
CEA(gnomes, insulationMethod, Costs, diffHATS, 5000, "acorns") |> plot()
Run the code above in your browser using DataLab