Convert eeg_evoked
object to data frame
# S3 method for class 'eeg_evoked'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
long = FALSE,
coords = TRUE,
...
)
Object of class eeg_evoked
Kept for compatability with S3 generic, ignored.
Kept for compatability with S3 generic, ignored.
Convert to long format. Defaults to FALSE
include electrode coordinates in output. Ignored if long = FALSE.
arguments for other as.data.frame commands