Description Usage Arguments Value
View source: R/firing_rate_equations.R
Solve Firing-Rate Equations
1 |
params |
Named vector of parameters (delta, etabar, J) to pass to the FREs. |
init_state |
Named vector of the initial state (r, v) for the ODE system. |
times |
Time sequence for which output is wanted; the first value of times must be the initial time. |
input |
Input current or stimulus function of the system. |
method |
The integrator to use. The default integrator used is rk4. |
Solution of FRE equations as a data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.