cloCoupledOde: Provides the equation for a coupled oscillator model for the...

Description Usage Arguments Value

View source: R/clo.R

Description

Provides the equation for a coupled oscillator model for the differential equation solver (ode) to plot

Usage

1
cloCoupledOde(t, state, parameters)

Arguments

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

Value

A list with the rates of change for each state variable.


rties documentation built on July 2, 2020, 4:11 a.m.