Learn R Programming

IGM.MEA (version 0.3.4.1)

burstinfo: get burst feature information

Description

The function returns a list of values of a burst feature for a desired channel

Usage

burstinfo(allb, index)

Arguments

allb
The bursting features matrix of a channel (located in recording object - S object in example: S$allb[[channel number]]
index
Name of the requested burting feature. Can be "beg","end", "IBI","len", "durn", "mean.isis" or "SI"".

Value

List of values of the requested feature (index) for the desired channel.

Examples

Run this code
data("S")  
S$allb[[1]]

Run the code above in your browser using DataLab