View source: R/utilities-pk-parameter.R
updatePKParameter | R Documentation |
Updates some properties of a PK-Parameter (displayName and displayUnit)
updatePKParameter(name, displayName = NULL, displayUnit = NULL)
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 |
updatePKParameter("t_max", "MyTmax", "min")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.