addSteadyState | R Documentation |
Use to add Steady State column definition statement to model@userDefinedExtraDefs
addSteadyState(.Object, SS, II, SSOffset = NULL)
.Object |
Model object |
SS |
Column mapping argument specifying corresponding "SS" column in input data set |
II |
Column mapping argument specifying corresponding "II" column in input data set |
SSOffset |
Optional. Column mapping argument specifying corresponding "SSOffset" column in input data set |
Modified NlmePmlModel
object
model <- addSteadyState(model, SS = "ss", II = "ii")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.