add_scanpath: Add Scanpath to Dataset

View source: R/all_generic.R

add_scanpathR Documentation

Add Scanpath to Dataset

Description

This function adds a scanpath to the input dataset.

Usage

add_scanpath(x, ...)

Arguments

x

The input dataset to which the scanpath will be added.

...

Additional arguments to be passed to the method that adds the scanpath.

Value

A dataset with the added scanpath.

Examples

# Example usage of the add_scanpath function
input_dataset <- # input dataset data
# Additional arguments required for the specific method that adds the scanpath
updated_dataset <- add_scanpath(input_dataset, ...)


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