plot_eeg: Plot a raw EEG session Args eeg Numeric vector of voltage...

Description Usage

View source: R/figures.R

Description

Plot a raw EEG session Args eeg Numeric vector of voltage values (or matrix, that will be deconstructed row-wise) srate Sampling rate (samples/sec) limits Optional limits used for plotting (defaults to whole record) marks Optional X values where dashed lines will be drawn (default no none)

Usage

1
plot_eeg(eeg, srate, limits = c(0, length(eeg)/srate), marks = NULL)

limads/eegr documentation built on May 3, 2019, 3:21 p.m.