downsample_gaze: Downsample gaze data

View source: R/downsample_gaze.R

downsample_gazeR Documentation

Downsample gaze data

Description

This function will combine gaze samples into time bins

Usage

downsample_gaze(dataframe, bin.length = 50, timevar = "time",
  aggvars = list("subject", "condition", "target", "trial", "object",
  "timebin"))

Arguments

dataframe

dataframe

bin.length

Length of time bins

aggvars

list of variable names to group by for aggregation


dmirman/gazer documentation built on Aug. 1, 2022, 2:02 p.m.