Description Usage Arguments Examples
Write a dwt file to disk. Writes DOS line endings. Dwells are in milliseconds
1 |
segments |
A segment or multiple segments with $dwells and $states |
file |
Filename to write to |
seg |
Segment number to write in .dwt header. |
append |
Add ot the end of a file or overwrite? (defaults to false) |
1 2 3 4 5 | infile <- system.file("extdata", "example1_tac.evt", package = "scbursts")
transitions <- evt.read(infile)
dwells <- evt.to_dwells(transitions)
dwt.write(dwells, file=file.path(tempdir(), "dwells.dwt"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.