plot.evppi {voi} | R Documentation |
Plot EVPPI estimates
Description
Plot EVPPI estimates as simple dot or curve plots.
Usage
## S3 method for class 'evppi'
plot(x, type = NULL, order = FALSE, top = NULL, ...)
Arguments
x |
Object returned from |
type |
|
order |
For dot plots, order the plot with highest EVPPI values at the top. |
top |
A positive integer. If specified, for example as |
... |
Other arguments (currently unused). |
Details
These plotting functions are intended for quick interactive exploration of EVPPI results, so they deliberately have limited options for customising them.
For publication quality graphics, it is advised to use ggplot2
by hand
on the data returned by evppi
. Examine the code for plot_evppi_dots
and plot_evppi_curves
to see how these plots might be constructed.
Value
A ggplot2
object.