Package eegUtils details
Utilities for Electroencephalographic (EEG) Analysis
EEG processing and visualization tools. Includes import functions for 'BioSemi' (.BDF), 'Neuroscan' (.CNT), 'Brain Vision Analyzer' (.VHDR), 'EEGLAB' (.set) and 'Fieldtrip' (.mat). Many preprocessing functions such as referencing, epoching, filtering, and ICA are available. There are a variety of visualizations possible, including timecourse and topographical plotting.
Maintainer: Matt Craddock < matt at mattcraddock.com >
From within R, enter citation('eegUtils')
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://neuroconductor.org/neurocLite.R")
# Default Install
neuro_install('eegUtils')
# from GitHub
neuro_install('eegUtils', release = "stable", release_repo = "github")
neuro_install('eegUtils', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | November 29 2018 10:34AM |
Last updated on | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/craddm/eegUtils GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/eegUtils GitHub |
Depends | R (3.3.0) |
Imports | ggplot2, dplyr (1.0.0), scales, mgcv, purrr, shiny, tidyr (1.0.0), miniUI, rlang (0.4.0), MASS, Matrix, signal, tibble, stats, matrixStats, pracma, abind, data.table, plotly, future.apply, Rcpp, isoband |
LinkingTo | Rcpp, RcppArmadillo |
Suggests | testthat, vdiffr, covr, knitr, rmarkdown, JADE, ica, geigen, whitening, fICA, edfReader, ini, R.matlab |