Give trigger events meaningful labels. Existing labels will be overwritten. Use hierarchical labelling to tag an event with multiple labels: separate labels with a "/" symbol. (e.g. "cond1" for a trigger that belongs to one condition, "cond1/cond2" for a trigger that could belong to more than one condition).
Usage
tag_events(data, ...)
# S3 method for class 'eeg_data'
tag_events(data, trigs, event_label, ...)
# S3 method for class 'eeg_epochs'
tag_events(data, trigs, event_label, ...)
Methods (by class)
tag_events(eeg_data)
: Tag events in aneeg_data
objecttag_events(eeg_epochs)
: Tag events in an epoched dataset
See also
Other event handlers:
events()
,
list_epochs()
,
list_events()
Author
Matt Craddock matt@mattcraddock.com