create_point_electrodes: Create a set of point electrodes

View source: R/config_utils.r

create_point_electrodesR Documentation

Create a set of point electrodes

Description

Take an arbitrary number of positions on the 2D skin plane and return a data frame containing point electrodes positioned there.

Usage

create_point_electrodes(...)

Arguments

...

Arbitrarily many 2D numerical vectors giving the desired electrode positions in 3D space with the y coordinate being automatically defined by the fact that the electrode is placed on the patient's skin. Positions are given as (x, z).

Value

A data.frame containing one row for each electrode. Columns are 'electrode' for the id of the electrode and 'electrode.obj' containing the actual object of type 'electrode.point'.


ime-luebeck/semgsim documentation built on April 14, 2022, 11:02 p.m.