Learn R Programming

IGM.MEA (version 0.3.4.1)

calculate.isis: Calculate inter spike intervals

Description

The function calculates all the interspikes interval between all spikes of each of the channels recorded.

Usage

calculate.isis(s)

Arguments

s
MEA data structure

Value

Returns the MEA data structure (S object in the example) with the following new lists: Returns the MEA data structure (S object in the example) with the following new lists:

Examples

Run this code
data("S")  
S <- calculate.isis(S)

Run the code above in your browser using DataLab