Learn R Programming

PupilPre (version 0.6.2)

plot_compare_app: Plots comparison of Pupil and Pupil_Previous by event.

Description

plot_compare_app produces a comparison plot of Pupil and Pupil_Previous by event to visual changes.

Usage

plot_compare_app(data)

Arguments

data

A data table object.

Examples

Run this code
# NOT RUN {
if (interactive()) {

# Load example data
data("Pupilex4")

plot_compare_app(Pupilex4)
}

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

# }

Run the code above in your browser using DataLab