cplot.pclosed_ts {scbursts} | R Documentation |
Plot Time Series (ts) of P(Closed).
Description
Plot Time Series (ts) of P(Closed).
Usage
cplot.pclosed_ts(bursts, main = "P(Closed) Time Series", ...)
Arguments
bursts |
List of multiple segments |
main |
The title of the plot. |
... |
Options to pass to plot |
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")
cplot.pclosed_ts(bursts, main="P(Closed) Time Series, 2018-09-20")
[Package scbursts version 1.6 Index]