Learn R Programming

PupilPre (version 0.6.2)

butter_filter_app: Plots the effect of Butterworth filtering by event.

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

butter_filter_app(data)

Arguments

data

A data table object.

Examples

Run this code
# NOT RUN {
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")

# }

Run the code above in your browser using DataLab