rotate_angle: Rotate channel locations

View source: R/channel_management.R

rotate_angleR Documentation

Rotate channel locations

Description

On import, channel locations may be rotated (e.g. Fpz pointing towards ears.)

Usage

rotate_angle(chan_info, degrees)

Arguments

chan_info

channel information structure

degrees

degrees by which to rotate

Value

A tibble()

Examples


plot_electrodes(demo_epochs)
channels(demo_epochs) <- rotate_angle(channels(demo_epochs), 90)
plot_electrodes(demo_epochs)

rotate_angle(channels(demo_epochs), 90)

craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.