Learn R Programming

eegkit (version 1.0-5)

eegdense: Dense EEG Cap Coordinates

Description

Dense (hypothetical) three-dimensional electroencephalography (EEG) electrode coordinates, and corresponding projection onto two-dimensional plane. Dense cap spans the 84 scalp electrodes defined in eegcoord.

Usage

data(eegdense)

Arguments

Format

A data frame with 977 observations and the following 5 variables:

x

x-coordinate of 3d cap (numeric).

y

y-coordinate of 3d cap (numeric).

z

z-coordinate of 3d cap (numeric).

xproj

Projected x-coordinate of 2d cap (numeric).

yproj

Projected y-coordinate of 2d cap (numeric).

Author

Nathaniel E. Helwig <helwig@umn.edu>

Examples

Run this code
##########   EXAMPLE   ##########

data(eegdense)
# plot3d(eegdense[,1],eegdense[,2],eegdense[,3],size=10,col="green")
plot(eegdense[,4],eegdense[,5],cex=1,col="green",pch=19)

Run the code above in your browser using DataLab