cplot.conductance_hist {scbursts} | R Documentation |
Histogram of Conductance States
Description
Histogram of Conductance States
Usage
cplot.conductance_hist(bursts, ...)
Arguments
bursts |
List of multiple segments |
... |
other arguments passed to histogram |
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")
cplot.conductance_hist(bursts, main="example4.dwt conductance state histogram")
[Package scbursts version 1.6 Index]