Description Usage Arguments Details Value Examples
View source: R/firing_rate_equations.R
Constant current function applied to the system:
1 | constant_input(t, current, t_start = -Inf, t_end = Inf)
|
t |
Numeric time vector. |
current |
Current |
t_start |
Initial time at which the input current is applied to the system. |
t_end |
Final time at which the input current is applied to the system. |
I(t) = I_0
Current function
1 | constant_input(t, current = 3, t_start = 0, t_end = 30)(t = 1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.