template_g_ipp | R Documentation |
Creates a valid expression to generate ggplot2::ggplot()
plots of individual patients.
template_g_ipp(
dataname = "ANL",
paramcd,
arm_var,
arm_levels,
avalu_first,
paramcd_first,
aval_var = "AVAL",
avalu_var = "AVALU",
id_var = "USUBJID",
visit_var = "AVISIT",
base_var = lifecycle::deprecated(),
baseline_var = "BASE",
add_baseline_hline = FALSE,
separate_by_obs = FALSE,
ggplot2_args = teal.widgets::ggplot2_args(),
suppress_legend = FALSE,
add_avalu = TRUE
)
dataname |
( |
paramcd |
( |
arm_var |
( |
arm_levels |
( |
avalu_first |
( |
paramcd_first |
( |
aval_var |
( |
avalu_var |
( |
id_var |
( |
visit_var |
( |
base_var |
|
baseline_var |
( |
add_baseline_hline |
( |
separate_by_obs |
( |
ggplot2_args |
( For more details, see the vignette: |
suppress_legend |
( |
add_avalu |
( |
a list
of expressions to generate a table or plot object.
tm_g_ipp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.