set_abbrev {ggPMX} | R Documentation |
update or add a new abbreviation
Description
update or add a new abbreviation
Usage
set_abbrev(ctr, ...)
Arguments
ctr |
|
... |
Options to set or add, with the form |
Examples
ctr <- theophylline()
ctr %>% set_abbrev("new_param" = "new value")
ctr %>% get_abbrev("new_param")
[Package ggPMX version 1.2.11 Index]