template_vitals {teal.modules.clinical} | R Documentation |
Template: Patient Profile Vitals Plot
Description
Creates a valid expression to generate a patient profile vitals ggplot2::ggplot()
plot using ADaM datasets.
Usage
template_vitals(
dataname = "ANL",
paramcd = "PARAMCD",
paramcd_levels = c("SYSBP", "DIABP", "PUL", "RESP", "OXYSAT", "WGHT", "TEMP"),
xaxis = "ADY",
aval = lifecycle::deprecated(),
aval_var = "AVAL",
patient_id,
font_size = 12L,
ggplot2_args = teal.widgets::ggplot2_args()
)
Arguments
dataname |
( |
paramcd |
( |
paramcd_levels |
( |
xaxis |
( |
aval |
|
aval_var |
( |
patient_id |
( |
font_size |
( |
ggplot2_args |
( |
Value
a list
of expressions to generate a table or plot object.