| rxIsAutoSwitch | R Documentation |
Returns TRUE for strings containing "+", such as "dop853+ros43".
rxIsAutoSwitch(method)
method |
Character vector of method names. |
Logical vector the same length as method.
odeMethodToInt(), rxIsNonStiff(), rxIsStiff()
rxIsAutoSwitch("dop853+ros43") # TRUE
rxIsAutoSwitch("dop853") # FALSE
rxIsAutoSwitch(c("dop853+ros43", "liblsoda")) # TRUE FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.