Description Usage Arguments Value Examples
Converts dwell durations to absolute transition times.
1 |
segments |
A segment or multiple segemtns |
A dataframe or multiple dataframes of states and transition times
1 2 3 4 | dwells_file <- system.file("extdata", "example1_qub.dwt", package = "scbursts")
dwells <- dwt.read(dwells_file)
transitions <- evt.from_dwells(dwells)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.