diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 14:50:06 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 14:50:06 +0100 |
commit | 53391cdce906364ace5dfeb1380716425c60ee04 (patch) | |
tree | 761eaeffd04dc547f01a74211b92816d2f008cef /man | |
parent | 480c5cf42e07a7a62cf1afdb47c44ee2d04f120f (diff) |
Update docs
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinpredict.Rd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/man/mkinpredict.Rd b/man/mkinpredict.Rd index a4821705..f68f6c7a 100644 --- a/man/mkinpredict.Rd +++ b/man/mkinpredict.Rd @@ -71,7 +71,7 @@ parent compound.} \item{use_symbols}{If set to \code{TRUE} (default), symbol info present in the \link{mkinmod} object is used if available for accessing compiled code} -\item{method.ode}{The solution method passed via \link{mkinpredict} to \link[deSolve:ode]{deSolve::ode}] in +\item{method.ode}{The solution method passed via \link{mkinpredict} to \code{deSolve::ode()} in case the solution type is "deSolve" and we are not using compiled code. When using compiled code, only lsoda is supported.} @@ -86,11 +86,7 @@ the observed variables (default) or for all state variables (if set to FALSE). Setting this to FALSE has no effect for analytical solutions, as these always return mapped output.} -<<<<<<< HEAD -\item{na_stop}{Should it be an error if \link[deSolve:ode]{deSolve::ode} returns NaN values} -======= \item{na_stop}{Should it be an error if \code{deSolve::ode()} returns NaN values} ->>>>>>> devel } \value{ A matrix with the numeric solution in wide format |