View source: R/downsample_gaze.R
downsample_gaze | R Documentation |
This function will combine gaze samples into time bins
downsample_gaze(dataframe, bin.length = 50, timevar = "time",
aggvars = list("subject", "condition", "target", "trial", "object",
"timebin"))
dataframe |
dataframe |
bin.length |
Length of time bins |
aggvars |
list of variable names to group by for aggregation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.