set_abbrev: update or add a new abbreviation

View source: R/pmxClass.R

set_abbrevR 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")


ggPMX documentation built on July 9, 2023, 7:45 p.m.