plot_pupil_distribution {eyeris} | R Documentation |
Plot pupil distribution histogram
Description
Creates a histogram of pupil size distribution with customizable parameters.
Usage
plot_pupil_distribution(data, color, main, xlab, backuplab = NULL)
Arguments
data |
The pupil data to plot |
color |
The color for the histogram bars |
main |
The main title for the plot |
xlab |
The x-axis label |
backuplab |
A backup label if xlab is NULL |
Value
No return value; creates a histogram plot
[Package eyeris version 2.1.0 Index]