import_chans: Import channel locations from various file formats

View source: R/channel_management.R

import_chansR Documentation

Import channel locations from various file formats

Description

Currently only ASA .elc format with Cartesian x-y-z coordinates is supported.

Usage

import_chans(file_name, format = "spherical", file_format = "auto")

Arguments

file_name

Name and full path of file to be loaded.

format

If the file is not .elc format, "spherical", "geographic". Default is "spherical".

file_format

Default is auto, which will use the file extension to determine file format. Other options include ced, besa, elp, elc

Value

A tibble containing electrode names and locations in several different coordinate systems.

Author(s)

Matt Craddock matt@mattcraddock.com


craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.