stroboscopic_d: Estimates stroboscopic section of a deterministic model

stroboscopic_dR Documentation

Estimates stroboscopic section of a deterministic model

Usage

stroboscopic_d(model, par, Astro, t_back = -500, t_I = 0, DT = 1.89760722271748, n = 250, ...)

Arguments

model
par
Astro
t_back
t_I
DT
n
...

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (model, par, Astro, t_back = -500, t_I = 0, DT = 1.89760722271748, 
    n = 250, ...) 
{
    times = t_I + seq(n) * DT
    pullback_d(model, par, Astro, t_back, times = times, ...)$S
  }

mcrucifix/iceages documentation built on Jan. 11, 2023, 9:17 p.m.