plot_electrodes: Plot electrode locations

Description Usage Arguments Methods (by class) Author(s) Examples

View source: R/channel_management.R

Description

Produces either a 2D plot of the electrode locations or an interactive plot of electrode locations in 3D space.

Usage

1
2
3
4
5
6
7
plot_electrodes(data, interact = FALSE)

## Default S3 method:
plot_electrodes(data, interact = FALSE)

## S3 method for class 'eeg_data'
plot_electrodes(data, interact = FALSE)

Arguments

data

Data with associated electrode locations to be plotted.

interact

Choose 2D cartesian layout, or, if set to TRUE, an interactive 3D plot of electrode locations. Defaults to FALSE.

Methods (by class)

Author(s)

Matt Craddock matt@mattcraddock.com

Examples

1

kusumikakd/EEG documentation built on June 28, 2020, 12:30 a.m.