Convert eeg_stats
objects to data frames
# S3 method for class 'eeg_stats'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
long = FALSE,
coords = FALSE,
...
)
Object of class eeg_stats
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