Description Usage Arguments Value Examples
Read a .evt file to a table. Times are in seconds
1 | evt.read(filename)
|
filename |
The filename |
A list of tables with columns "states" and "times". Each table corresponds to a contiguous segment from a recording.
1 2 3 4 5 | # import some of the data included with the package
infile <- system.file("extdata", "example1_tac.evt", package = "scbursts")
transitions <- evt.read(infile)
head(transitions[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.