powered by
Converts dwell durations to absolute transition times.
evt.from_dwells(segments)
A segment or multiple segemtns
A dataframe or multiple dataframes of states and transition times
# NOT RUN { dwells_file <- system.file("extdata", "example1_qub.dwt", package = "scbursts") dwells <- dwt.read(dwells_file) transitions <- evt.from_dwells(dwells) # }
Run the code above in your browser using DataLab