View source: R/04_lab_spaghetti.R
lab_spaghetti | R Documentation |
This functions creates a spaghetti plot for each lab parameter
lab_spaghetti(
adlb,
param_filter,
axis_tick_size = 8,
x_axis_wrap = 6,
selected_visit = c("Baseline", "Week 2", "Week 4", "Week 6", "Week 8",
"End of Treatment")
)
adlb |
Laboratory dataset |
param_filter |
Character. The filtration applies on 'PARAM' variable. |
axis_tick_size |
the size of the axis tick. |
x_axis_wrap |
wrap long text in the x axis. |
selected_visit |
Vector of characters. The filtration on 'AVISIT' variable. |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.