View source: R/utils-baseline.R
compute_baseline | R Documentation |
Applies baseline correction to epoch data using either subtractive or divisive methods.
compute_baseline(
x,
epochs,
baseline_epochs,
mode,
epoch_events = NULL,
baseline_events = NULL
)
x |
An |
epochs |
A list of epoch dataframes |
baseline_epochs |
A list of baseline epoch dataframes |
mode |
The baseline correction mode ("sub" for subtractive, "div" for divisive) |
epoch_events |
Event messages for epochs (optional) |
baseline_events |
Event messages for baselines (optional) |
A list containing baseline correction results and metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.