evt.from_dwells: Converts dwell durations to absolute transition times.

Description Usage Arguments Value Examples

Description

Converts dwell durations to absolute transition times.

Usage

1

Arguments

segments

A segment or multiple segemtns

Value

A dataframe or multiple dataframes of states and transition times

Examples

1
2
3
4
dwells_file <- system.file("extdata", "example1_qub.dwt", package = "scbursts")
dwells <- dwt.read(dwells_file)

transitions <- evt.from_dwells(dwells)

dacostalab/scbursts documentation built on June 26, 2019, 7:15 p.m.