zscore_pupil: Internal function to z-score pupil data

View source: R/pipeline-zscore.R

zscore_pupilR Documentation

Internal function to z-score pupil data

Description

This function z-scores pupil data by subtracting the mean and dividing by the standard deviation.

This function is called by the exposed wrapper zscore()

Usage

zscore_pupil(x, prev_op)

Arguments

x

A data frame containing pupil data

prev_op

The name of the previous operation in the pipeline

Value

A vector of z-scored pupil data


eyeris documentation built on July 3, 2025, 9:08 a.m.