updatePKParameter: Updates some properties of a PK-Parameter (displayName and...

View source: R/utilities-pk-parameter.R

updatePKParameterR Documentation

Updates some properties of a PK-Parameter (displayName and displayUnit)

Description

Updates some properties of a PK-Parameter (displayName and displayUnit)

Usage

updatePKParameter(name, displayName = NULL, displayUnit = NULL)

Arguments

name

Name of PK-Parameter to update

displayName

Optional display name

displayUnit

Optional display unit. Note that the unit should be defined in unit of the dimension

Examples


updatePKParameter("t_max", "MyTmax", "min")

Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.