View source: R/read_delim2eeg_data.R
read_delim2eeg_data | R Documentation |
Reads aplitudes from a text delimited file
read_delim2eeg_data(
file,
time_column = "time",
srate = 256,
chan_info = NULL,
.unit = "milliseconds"
)
file |
file's name |
time_column |
name of the column that contains the time |
srate |
sampling rate. 256 is the default |
chan_info |
a |
.unit |
if "milliseconds" it divides the time by 1000 |
returns a tibble object with columns .channel,radius,theta,phi,.x,.y,.z
.
Livio Finos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.