These functions are not to be called directly by users; they are for internal
use. Users should call plot_vpc().
Usage
ggplot.vpcdb_continuous(
data = NULL,
mapping = NULL,
...,
environment = parent.frame()
)
ggplot.vpcdb_categorical(
data = NULL,
mapping = NULL,
...,
environment = parent.frame()
)
ggplot.vpcdb_censored(
data = NULL,
mapping = NULL,
...,
environment = parent.frame()
)
ggplot.vpcdb_time_to_event(
data = NULL,
mapping = NULL,
...,
environment = parent.frame()
)Arguments
- data
Default dataset to use for plot. If not already a data.frame, will be converted to one by
fortify(). If not specified, must be supplied in each layer added to the plot.- mapping
Default list of aesthetic mappings to use for plot. If not specified, must be supplied in each layer added to the plot.
- ...
Other arguments passed on to methods. Not currently used.
- environment