powered by
g_lineplot()
Default values for variables parameter in g_lineplot function. A variable's default value can be overwritten for any variable.
variables
g_lineplot
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() )
A named character vector of variable names.
(string) x-variable name.
string
(string) y-variable name.
(string or NA) group variable name.
NA
(string or NA) faceting variable name.
(string or NA) parameter code variable name.
(string or NA) y-axis unit variable name.
(string or NA) subject variable name.
use the group_var parameter instead.
group_var
use the subject_var parameter instead.
subject_var
control_lineplot_vars() control_lineplot_vars(group_var = NA)
Run the code above in your browser using DataLab