pm_with | R Documentation |
Arrange a named list of plots
pm_with(x, expr, tag_levels = NULL)
x |
a named list of gg objects to arrange. |
expr |
a |
tag_levels |
passed to |
data <- pmplots_data_id()
etas <- paste0("ETA", 1:3)
covs <- c("WT", "AGE", "ALB")
x <- eta_covariate_list(data, x = covs, y = etas, transpose = TRUE)
pm_with(x$WT, (ETA1 + ETA2) / ETA3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.