propagate_1step_S | R Documentation |
propagate_1step_S(model = "vdp_s", N, state, par, told, tnew, ix, deltat, isum = 1, Astro)
model |
|
N |
|
state |
|
par |
|
told |
|
tnew |
|
ix |
|
deltat |
|
isum |
|
Astro |
##---- 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 = "vdp_s", N, state, par, told, tnew, ix, deltat,
isum = 1, Astro)
{
Ns <- size_npar_nrow(N, state, par)
func <- getNativeSymbolInfo(model$func)$addr
.Call("c_propagate_s", func, Ns, state, par, told, tnew,
deltat, ix, isum, Astro)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.