scanpath.fixation_group: Create a Scanpath for a Fixation Group

View source: R/saccades.R

scanpath.fixation_groupR Documentation

Create a Scanpath for a Fixation Group

Description

This function creates a scanpath for a fixation group.

Usage

## S3 method for class 'fixation_group'
scanpath(x, ...)

Arguments

x

A fixation group object.

Value

A scanpath object.

Examples

# Create a fixation group
fixgroup <- data.frame(x = 1:5, y = 6:10)
# Create a scanpath for the fixation group
scanpath_obj <- scanpath.fixation_group(fixgroup)

bbuchsbaum/eyesim documentation built on May 9, 2023, 3:29 a.m.