propagate_1step_S: Propagets stochastic model forward from told to tnew

propagate_1step_SR Documentation

Propagets stochastic model forward from told to tnew

Usage

propagate_1step_S(model = "vdp_s", N, state, par, told, tnew, ix, deltat, isum = 1, Astro)

Arguments

model
N
state
par
told
tnew
ix
deltat
isum
Astro

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 = "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)
  }

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