View source: R/IAP_Rosenfalck.r
IAP_Rosenfalck | R Documentation |
An implementation of a variant of Rosenfalck's model of the Intracellular Action Potential (IAP) wave shape. The model is simply
IAP_Rosenfalck(z, A = 96 * 0.001, B = -90 * 0.001)
z |
The spatial variable. Can be a scalar or a vector. Should be in
|
A |
Model parameter. Must be a scalar value in [V/mm^3]. Default value is 96 mv/mm^3. |
B |
Model parameter. Must be a scalar value in SI units. Default value is -90mV. |
Vm(z[mm]) = Az^3 exp(-z) + B, if z > 0 and Vm(z[mm]) = B, if z <= 0.
Note that the front of the IAP is towards z = 0, whereas the tail of the wave is around z = 15. The wave is running in negative z direction.
A numerical vector containing the value(s) of Rosenfalcks function at position(s) z.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.