convertMM | R Documentation |
Convert models from linear elimination to Michaelis-Menten elimination
convertMM(
ui,
central = "central",
elimination = "kel",
vm = "vm",
km = "km",
vc = "vc"
)
ui |
model to convert |
central |
the central compartment where the elimination is present |
elimination |
variable for the elimination constant in the model |
vm |
variable name for Vmax in the model |
km |
variable name for Km in the model |
vc |
variable name for Vc in the model |
new model changing linear elimination to Michaelis-Menten elimination
Matthew L. Fidler
readModelDb("PK_1cmt_des") |> convertMM()
readModelDb("PK_2cmt_des") |> convertMM()
readModelDb("PK_3cmt_des") |> convertMM()
readModelDb("PK_3cmt_des") |> removeDepot() |> convertMM()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.