Convert eeg_tfr objects to data frames

# S3 method for eeg_tfr
as.data.frame(x, row.names = NULL, optional = FALSE, long = FALSE, ...)

Arguments

x

Object of class eeg_tfr

row.names

Kept for compatability with S3 generic, ignored.

optional

Kept for compatability with S3 generic, ignored.

long

Convert to long format. Defaults to FALSE.

...

arguments for other as.data.frame commands

Author

Matt Craddock matt@mattcraddock.com