Description Usage Arguments Details Value Author(s) See Also Examples
Simulates a dynamic system of provided ODEs
1 |
syst |
ODE system |
start.time |
starting time |
end.time |
ending time |
dt |
time between observations |
start.x |
initial conditions |
parms |
parameters for the system |
obs.fun |
observed function of the state |
Simulates a dynamic system of provided ODEs.
Uses lsoda
in odesolve
for numerical integration of the system.
The time series of the observed function of the system's state
Antonio, Fabio Di Narzo
lorenz.syst
, rossler.syst
, duffing.syst
1 2 | rossler.ts <- sim.cont(rossler.syst, start=0, end=650, dt=0.1,
start.x=c(0,0,0), parms=c(0.15, 0.2, 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.