cplot.popen_ts: Plot Time Series (ts) of P(Open).

Description Usage Arguments Examples

Description

Plot Time Series (ts) of P(Open).

Usage

1
cplot.popen_ts(bursts, main = "P(Open) Time Series", ...)

Arguments

bursts

List of multiple segments

main

The title of the plot.

...

Options to pass to plot

Examples

1
2
3
4
5
6
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.popen_ts(bursts, "P(Open) Time Series, 2018-09-20")

scbursts documentation built on July 6, 2019, 5:02 p.m.