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)

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