run_coral_ode: Wrapper function to coRal

Description Usage Arguments See Also Examples

View source: R/coRalODEs.R

Description

Has the same output structure as run_coral() from the coRal package

Usage

1
run_coral_ode(time, env, pars)

Arguments

time

The time values at which output is desired.

env

list of functions of time describing the environment, can be obtained with initEnv

pars

list of parameters in the structure of def_pars from coRal

See Also

initEnv

Examples

1
2
3
4
time <- seq(0,365,0.1)
env <- initEnv(time, c(30,30,0), c(1e-6,1e-6,0), c(1e-7,1e-7,0))
pars <- coRal::def_pars()
run_coral_ode(time, env, pars)

ethanbaxterUCSB/coRalODEs documentation built on Jan. 28, 2022, 12:43 a.m.