Learn R Programming

scbursts (version 1.6)

bursts.check_subconductance: Check if segment contains subconductive states

Description

Check if segment contains subconductive states

Usage

bursts.check_subconductance(bursts)

Arguments

bursts

The list of all bursts

Value

True if it contains an conductance other than 0 or 1, False otherwise.

Examples

Run this code
# NOT RUN {
infile <- system.file("extdata", "example4.dwt", package = "scbursts")
dwells <- dwt.read(infile)
dwells_c <- risetime.correct_gaussian(Tr=35.0052278, dwells, units="us")
bursts <- bursts.defined_by_tcrit(dwells_c, 100, units="ms")

bursts.check_subconductance(bursts)

# }

Run the code above in your browser using DataLab