ggplot.vpcdb_continuous: Create a ggplot for each vpcdb type

View source: R/plot_vpc.R

ggplot.vpcdb_continuousR Documentation

Create a ggplot for each vpcdb type

Description

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

[Deprecated] Used prior to tidy evaluation.


ronkeizer/vpc documentation built on May 11, 2023, 11:09 p.m.