View source: R/channel_management.R
rotate_angle | R Documentation |
On import, channel locations may be rotated (e.g. Fpz pointing towards ears.)
rotate_angle(chan_info, degrees)
chan_info |
channel information structure |
degrees |
degrees by which to rotate |
A tibble()
plot_electrodes(demo_epochs) channels(demo_epochs) <- rotate_angle(channels(demo_epochs), 90) plot_electrodes(demo_epochs) rotate_angle(channels(demo_epochs), 90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.