bursts.conductance_states {scbursts}R Documentation

Return a list of all the (sub)conductance states.

Description

Return a list of all the (sub)conductance states.

Usage

bursts.conductance_states(bursts)

Arguments

bursts

The list of all bursts

Value

a list of all the (sub)conductance states.

Examples


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.conductance_states(bursts)


[Package scbursts version 1.6 Index]