Description Usage Arguments Value
Call and compile all statistics functions in a dataframe.
1 2 3 | compute_all_stats(records, bands, normalize, eeg_channels = c("C3-A2",
"EEG Fpz-Cz", "C3-M2", "F4-M1"), metadata = TRUE, butter = FALSE,
resampling = FALSE)
|
records |
record paths. |
bands |
EEG bands to use. Ex: list(delta = c(0.5,3.5), theta = c(3.5,8), alpha = c(8,12),beta = c(12,30)) |
normalize |
Normalize band. Ex: c(1,40) |
eeg_channels |
potential EEG channel names. |
metadata |
read metadata or not. |
butter |
Butterworth order. |
resampling |
sRate to resample by. |
df.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.