View source: R/df_converters.R
as.data.frame.eeg_data | R Documentation |
eeg_data
to data.frame
Convert an object of class eeg_data
into a standard data.frame.
## S3 method for class 'eeg_data' as.data.frame( x, row.names = NULL, optional = FALSE, long = FALSE, events = FALSE, coords = FALSE, ... )
x |
Object of class |
row.names |
Kept for compatibility with S3 generic, ignored. |
optional |
Kept for compatibility with S3 generic, ignored. |
long |
Convert to long format. Defaults to FALSE |
events |
Include events in output. |
coords |
Include electrode coordinates in output. Only possible when long = TRUE. |
... |
arguments for other as.data.frame commands |
Matt Craddock matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.