Description Usage Arguments Value Examples
The function calculates all the interspikes interval between all spikes of each of the channels recorded.
1 |
s |
MEA data structure |
Returns the MEA data structure (S object in the example) with the following new lists:
S$isis |
list of all isis for each channel |
S$mean_isis |
mean isis for each channel |
S$sd_isis |
sd of isis for each channel |
1 2 | data("S")
S <- calculate_isis(S)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.