create_point_electrodes | R Documentation |
Take an arbitrary number of positions on the 2D skin plane and return a data frame containing point electrodes positioned there.
create_point_electrodes(...)
... |
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). |
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'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.