Convert eeg_ICA
object to data frame
# S3 method for class 'eeg_ICA'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
long = FALSE,
cond_labels,
mixing = FALSE,
coords = TRUE,
...
)
Object of class eeg_ICA
Kept for compatibility with S3 generic, ignored.
Kept for compatibility with S3 generic, ignored.
Convert to long format. Defaults to FALSE
add condition labels to data frame. Deprecated.
If TRUE, outputs the mixing matrix. If FALSE, outputs source activations.
Adds electrode coordinates if TRUE; only if long data and the mixing matrix are requested.
arguments for other as.data.frame commands