rename_compartments | R Documentation |
Rename model compartments
rename_compartments(run, compartments = NULL)
run |
|
compartments |
named integer vector with new compartments names as items names and old compartments number as values. |
A NONMEM run object.
renamed_EXAMPLERUN <- EXAMPLERUN %>%
rename_compartments(compartments = c("Alirocumab (nM)" = 2,
"PCSK9 (nM)" = 3))
EXAMPLERUN %>% plot_dv_vs_predictions(compartment = 2:3)
renamed_EXAMPLERUN %>% plot_dv_vs_predictions(compartment = 2:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.