View source: R/calc_amts_for_conc.R
calc_amts_for_conc | R Documentation |
Calculate the amounts in all compartments in a compartmental PK system based on a given concentration in the central compartment, and assuming steady state.
calc_amts_for_conc(conc = 10, parameters = NULL, n_cmt = 1)
conc |
concentration in central compartment |
parameters |
for PK model |
n_cmt |
number of compartments |
calc_amts_for_conc(conc = 10, parameters = list(CL = 5, V = 50), n_cmt = 1)
calc_amts_for_conc(
conc = 10,
parameters = list(CL = 5, V = 50, Q = 20, V2 = 100),
n_cmt = 2)
calc_amts_for_conc(
conc = 10,
parameters = list(CL = 5, V = 50, Q = 20, V2 = 100, Q2 = 30, V3 = 200),
n_cmt = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.