bursts.pcloseds {scbursts} | R Documentation |
Return pcloseds of every burst.
Description
Return pcloseds of every burst.
Usage
bursts.pcloseds(bursts)
Arguments
bursts |
The list of all bursts |
Value
The pclosed values
Examples
infile <- system.file("extdata", "example1_qub.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")
pcloseds <- bursts.popens(bursts)
hist(pcloseds)
[Package scbursts version 1.6 Index]