addCmtProp | R Documentation |
Add a property to a compartment
addCmtProp(ui, prop = c("f", "lag", "dur", "rate", "ini"), cmt)
addBioavailability(ui, cmt)
addLag(ui, cmt)
addDur(ui, cmt)
addRate(ui, cmt)
addIni(ui, cmt)
ui |
rxode2 ui object |
prop |
property to add to a compartment: - - - - - |
cmt |
compartment to apply the property to |
rxode2 ui object with property applied
addBioavailability()
: Adds the bioavailability to a compartment in the model
addLag()
: Adds the lag-time to a compartment in the model
addDur()
: Adds the modeled duration to a compartment in the model
addRate()
: Adds the modeled rate to a compartment in the model
addIni()
: Adds the initial value to the compartment
Matthew L. Fidler
readModelDb("PK_3cmt_des") |> addCmtProp("f", "depot")
readModelDb("PK_3cmt_des") |> addBioavailability(depot)
readModelDb("PK_3cmt_des") |> addLag(depot)
readModelDb("PK_3cmt_des") |> addDur(depot)
readModelDb("PK_3cmt_des") |> addRate(depot)
readModelDb("PK_3cmt_des") |> addIni(depot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.