get_burst_info: get burst feature information

Description Usage Arguments Value Examples

View source: R/burst_stats.R

Description

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

Usage

1
get_burst_info(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

1
2
data("S")  
S$allb[[1]]

meaRtools documentation built on May 1, 2019, 7:32 p.m.