eeg_interpolate_tbl | R Documentation |
Create a default topographic plot based on the segments of the eeg_lst
object.
eeg_interpolate_tbl(.data, ...)
## S3 method for class 'eeg_lst'
eeg_interpolate_tbl(
.data,
.radius = 1.2,
.diam_points = 100,
.method = "MBA",
...
)
## S3 method for class 'data.frame'
eeg_interpolate_tbl(
.data,
.radius = 1.2,
.x = .x,
.y = .y,
.value = .value,
.label = .key,
.diam_points = 100,
.method = "MBA",
...
)
.data |
An |
... |
Various arguments passed to the interpolation method. |
.radius |
Indicates the radius of the extrapolation, for standard locations of electrodes, |
.diam_points |
Density of the interpolation (number of points that are interpolated in the diameter of the scalp). |
.method |
Method of interpolation ( |
.x |
Variable storing the x coordinate, generally |
.y |
Variable storing the y coordinate, generally |
.value |
Values used for the interpolation, generally |
.label |
Label of the points that are used for the interpolation, generally |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.