plot.accept_curve: Plotting function for (sub)-population acceptability curves.

Description Usage Arguments Value Examples

View source: R/accept_curve.R

Description

plot.accept_curve Plots acceptability curves using ggplot2.

Usage

1
2
## S3 method for class 'accept_curve'
plot(x, labels = NULL, ...)

Arguments

x

An acceptability curve object.

labels

A character vector of labels for the selected subset, the entire sample and the unselected subset, defaults to c("Selected subgroup", "Full sample", "Not in selected subgroup").

...

Additional options (currently ignored).

Value

A ggplot.

Examples

1
2
3
4
## Not run: 
To be added...

## End(Not run)

bonander/CEAforests documentation built on April 1, 2021, 10:57 a.m.