EyerObject: Returns empty eyer object

Description Usage Value

View source: R/eyer-object.R

Description

EyerObject is a list with predetermined fields for consistent functioning of other functions within the Eyer package. Lots of functions in the eyer package can work on passed "raw" data, such as fixation dataframes etc., but the benefit of preprocessing and parsing data inside the eyer object is that the object is inherently validated and processed and functions know what to expect. This data science design has been implemented from similar approaches found in Matlab and Python packages.

EyerObject has the following fields

Fixations have obligatory columns: time (commonly time since start), x, y, duration Gaze have obligatory columns: time (commonly time since start), x, y Events have columns: time, x, y

Usage

1

Value

eyer object


hejtmy/eyer documentation built on Sept. 18, 2019, 12:42 p.m.