cloUncoupledOde {rties} | R Documentation |
Provides the equation for an un-coupled oscillator model for the differential equation solver (ode) to plot
cloUncoupledOde(t, state, parameters)
t |
A parameter used by the ode and passed by functions calling cloCoupleOde |
state |
Another parameter used by the ode and passed by functions calling cloCoupleOde |
parameters |
Another parameter used by the ode and passed by functions calling cloCoupleOde #' |
A list with the rates of change for each state variable.