as.data.frame.eeg_stats: Convert 'eeg_stats' objects to data frames

Description Usage Arguments Author(s)

View source: R/utils.R

Description

Convert eeg_stats objects to data frames

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'eeg_stats'
as.data.frame(
  x,
  row.names = NULL,
  optional = FALSE,
  long = FALSE,
  coords = FALSE,
  ...
)

Arguments

x

Object of class eeg_stats

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.

coords

Include electrode coordinates in output (ignored if long = FALSE)

...

arguments for other as.data.frame commands

Author(s)

Matt Craddock matt@mattcraddock.com


kusumikakd/EEG documentation built on June 28, 2020, 12:30 a.m.