Tag epochs with labels indicating details such as experimental condition,
based on the occurrence of event triggers from the events() structure. This
adds a new column to the epochs structure in an eeg_epochs
object.
tag_epochs(.data, ...) # S3 method for default tag_epochs(.data, ...) # S3 method for eeg_epochs tag_epochs(.data, event_type = NULL, event_label = NULL, ...)
.data | An |
---|---|
... | Additional arguments. |
event_type | Label epochs according to specific event_types (typically a trigger) |
event_label | Label epochs according to specific event_labels |
eeg_epochs
: Tag epochs in an eeg_epochs
object.