Usage
ceplane.plot(he, comparison = NULL, wtp = 25000, pos=c(1,1),
size=NULL, graph=c("base","ggplot2"),
xlim=NULL, ylim=NULL, ...)
Arguments
he
A bcea
object containing the results of the Bayesian modelling and the economic
evaluation.
comparison
Selects the comparator, in case of more than two interventions being analysed. Default as
NULL
plots all the comparisons together. Any subset of the possible comparisons can
be selected (e.g., comparison=c(1,3)
or
comparison=2
).
wtp
The value of the willingness to pay parameter. Not used iff graph="base"
for
multiple comparisons.
pos
Parameter to set the position of the legend; for a single comparison plot, the ICER
legend position. Can be given in form of a string (bottom|top)(right|left)
for
base graphics and bottom|top|left|right
for ggplot2. It can be a two-elements
vector, which specifies the relative position on the x and y axis respectively, or
alternatively it can be in form of a logical variable, with FALSE
indicating to
use the default position and TRUE
to place it on the bottom of the plot. Default
value is c(1,1)
, that is the topright corner inside the plot area.
size
Value (in millimetres) of the size of the willingness to pay label. Used only if graph="ggplot2"
, otherwise is ignored with a message.
graph
A string used to select the graphical engine to use for plotting. Should
(partial-)match the two options "base"
or "ggplot2"
. Default value is
"base"
.
xlim
The range of the plot along the x-axis. If NULL (default) it is determined
by the range of the simulated values for delta.e
ylim
The range of the plot along the y-axis. If NULL (default) it is determined
by the range of the simulated values for delta.c
...
If graph="ggplot2"
and a named theme object is supplied, it will be added to the
ggplot object. In addition, if graph="ggplot2"
, ICER.size
can be used to
resize the red dot representing the ICER (i.e. showing them if multiple comparisons are
selected), and label.pos=FALSE
will place the willingness to pay label in a
different position at the bottom of the graph.