Description Usage Arguments Value Examples
Return a list of all the (sub)conductance states.
1 | bursts.conductance_states(bursts)
|
bursts |
The list of all bursts |
a list of all the (sub)conductance states.
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.