set_abbrev {ggPMX}R Documentation

update or add a new abbreviation

Description

update or add a new abbreviation

Usage

set_abbrev(ctr, ...)

Arguments

ctr

pmxClass controller object

...

Options to set or add, with the form name = value.

Examples


ctr <- theophylline()
ctr %>% set_abbrev("new_param" = "new value")
ctr %>% get_abbrev("new_param")


[Package ggPMX version 1.2.11 Index]