| rxStateOde | R Documentation |
Get the ODE states only
rxStateOde(obj)
obj |
rxode2 object |
ODE states only
Matthew L. Fidler
mod <- rxode2({
Cp <- linCmt(Cl, V, Q2, V2, Q3, V3)
ke0 <- log(2)/(50)
d/dt(Ce) <- (Cp-Ce)*ke0
})
rxStateOde(mod)
rxState(mod)
mod <- rxode2({
Cp <- linCmt(Cl, V, Q2, V2, Q3, V3, ka)
ke0 <- log(2)/(50)
d/dt(Ce) <- (Cp-Ce)*ke0
}, linCmtSens="linCmtB")
rxStateOde(mod)
rxState(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.