solve_ode2: Ordinary differential equations solver using a 'simode'...

Description Usage Arguments Value

View source: R/utils.R

Description

A wrapper for the ode function that solves a system of ordinary differential equations described using symbolic equations.

Usage

1
solve_ode2(x, type = c("both", "im", "nls"))

Arguments

x

A simode object returned from a call to simode.

type

Which solution to generate ('both'\'nls'\'im').

Value

A matrix whose first column contains the given time points and subsequent columns hold the computed ODE equations' values at these time points.


simode documentation built on July 1, 2020, 10:30 p.m.