evt.read: Read a .evt file to a table. Times are in seconds

Description Usage Arguments Value Examples

Description

Read a .evt file to a table. Times are in seconds

Usage

1
evt.read(filename)

Arguments

filename

The filename

Value

A list of tables with columns "states" and "times". Each table corresponds to a contiguous segment from a recording.

Examples

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]])

scbursts documentation built on July 6, 2019, 5:02 p.m.