annotate_events | R Documentation |
Adds a layer with the events on top of a plot of an eeg_lst.
annotate_events(data = NULL, alpha = 0.2)
data |
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. |
alpha |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.