pullback_d: Estimates determintistic pullback attractor over a series of...

pullback_dR Documentation

Estimates determintistic pullback attractor over a series of timesteps

Usage

pullback_d(model, par, Astro, t_back = -500, times = seq(0, 100, 0.2), ...)

Arguments

model
par
Astro
t_back
times
...

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
data(models)
times <- seq(0,100,1)
init  <- c(0.2, 0.2, 0.2)
Astro <- read_astro(34,34)
PROP <- propagate_d(models$pp04, init=init, par=c(1., 1.), times=times, Astro=Astro);
plot(times, PROP[,1])

mcrucifix/iceages documentation built on June 9, 2024, 9:37 a.m.