butter_filter_app: Plots the effect of Butterworth filtering by event.

Description Usage Arguments Examples

Description

butter_filter_app produces a plot of Butterworth filtered pupil data over the original data to visually inspect the effect of different filter settings.

Usage

1

Arguments

data

A data table object.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
if (interactive()) {

# Load example data
data("Pupilex5")

butter_filter_app(Pupilex5)
}

# Please see the vignettes for detailed example usage.
# vignette("PupilPre_Interpolation_and_Filtering", package="PupilPre")

PupilPre documentation built on March 14, 2020, 1:08 a.m.