ar_thresh: Simple absolute value thresholding

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

Description

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

Usage

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

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

## S3 method for class 'eeg_epochs'
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.

Methods (by class)

Author(s)

Matt Craddock matt@mattcraddock.com

Examples

1

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