eeg_ar_thresh: Simple absolute value thresholding

Description Usage Arguments Methods (by class) Author(s)

View source: R/artefact_rejection.R

Description

Reject data based on a simple absolute threshold. This marks any timepoint from any electrode.

Usage

1
2
3
4
5
6
7
eeg_ar_thresh(data, threshold, reject = FALSE, ...)

## S3 method for class 'eeg_data'
eeg_ar_thresh(data, threshold, reject = FALSE, ...)

## S3 method for class 'eeg_epochs'
eeg_ar_thresh(data, threshold, reject = FALSE, ...)

Arguments

data

An object of class eeg_data or eeg_epochs.

threshold

In microvolts. If one value is supplied, it will be treated as a +- value.

reject

If TRUE, remove marked data immediately, otherwise mark for inspection/rejection. Defaults to FALSE.

...

Other arguments passed to eeg_ar_thresh

Methods (by class)

Author(s)

Matt Craddock matt@mattcraddock.com


neuroconductor-devel-releases/eegUtils documentation built on May 5, 2020, 3:49 a.m.