stroboscopic_d | R Documentation |
stroboscopic_d(model, par, Astro, t_back = -500, t_I = 0, DT = 1.89760722271748, n = 250, ...)
model |
|
par |
|
Astro |
|
t_back |
|
t_I |
|
DT |
|
n |
|
... |
##---- 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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.