control_lineplot_vars {tern} | R Documentation |
Control function for g_lineplot()
Description
Default values for variables
parameter in g_lineplot
function.
A variable's default value can be overwritten for any variable.
Usage
control_lineplot_vars(
x = "AVISIT",
y = "AVAL",
group_var = "ARM",
facet_var = NA,
paramcd = "PARAMCD",
y_unit = "AVALU",
subject_var = "USUBJID",
strata = lifecycle::deprecated(),
cohort_id = lifecycle::deprecated()
)
Arguments
x |
( |
y |
( |
group_var |
( |
facet_var |
( |
paramcd |
( |
y_unit |
( |
subject_var |
( |
strata |
|
cohort_id |
Value
A named character vector of variable names.
Examples
control_lineplot_vars()
control_lineplot_vars(group_var = NA)
[Package tern version 0.9.5 Index]