plot_summary_app {PupilPre}R Documentation

Plots summary of subject or item.

Description

plot_summary_app plots summary of a given subject or item.

Usage

plot_summary_app(data)

Arguments

data

A data table object.

Examples

if (interactive()) {

# Load example data
data("Pupilex4")

plot_summary_app(Pupilex4)
}

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


[Package PupilPre version 0.6.2 Index]