,
Adds a layer with the events on top of a plot of an eeg_lst.
annotate_events(data = NULL, alpha = 0.2)
The data to be displayed in this layer. There are three options: * If NULL, the default, the events table is inherited from the plot data as specified in the call to ggplot(). * An events table will override the plot events table data.
new alpha level in 0,1.
A ggplot
layer.
Other plotting functions:
annotate_electrodes()
,
annotate_head()
,
eeg_downsample()
,
ggplot.eeg_lst()
,
plot.eeg_lst()
,
plot_components()
,
plot_in_layout()
,
plot_topo()
,
theme_eeguana()