rxControlUpdateSens | R Documentation |
This assumes the normal ODE equations are the first equations and the ODE is expanded by the forward sensitivities or other type of sensitivity (like adjoint)
rxControlUpdateSens(rxControl, sensCmt = NULL, ncmt = NULL)
rxControl |
Input list or rxControl type of list |
sensCmt |
Number of sensitivity compartments |
ncmt |
Number of compartments |
Updated rxControl where $atol
, $rtol
, $ssAtol
$ssRtol
are updated with different sensitivities for the normal
ODEs (first) and a different sensitivity for the larger
compartments (sensitivities).
Matthew L. Fidler
tmp <- rxControl()
tmp2 <- rxControlUpdateSens(tmp, 3, 6)
tmp2$atol
tmp2$rtol
tmp2$ssAtol
tmp2$ssRtol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.