ggPMX (version 0.9.4)

set_abbrev: 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

Run this code
# NOT RUN {
ctr <- theophylline()
ctr %>% set_abbrev("new_param"="new value")
ctr %>% get_abbrev("new_param")
# }

Run the code above in your browser using DataLab