evt.from_dwells {scbursts} | R Documentation |
Converts dwell durations to absolute transition times.
Description
Converts dwell durations to absolute transition times.
Usage
evt.from_dwells(segments)
Arguments
segments |
A segment or multiple segemtns |
Value
A dataframe or multiple dataframes of states and transition times
Examples
dwells_file <- system.file("extdata", "example1_qub.dwt", package = "scbursts")
dwells <- dwt.read(dwells_file)
transitions <- evt.from_dwells(dwells)
[Package scbursts version 1.6 Index]