CombineGazedataStimdata: Combine Gazedata and Stimdata

Description Usage Arguments Details Value

Description

CombineGazedataStimdata is a utility function for combining the gazedata and stimdata of a single trial from a Gazedata and Stimdata object. This function is curried.

Usage

1
CombineGazedataStimdata(gazedata, stimdata)

Arguments

gazedata

A Gazedata object.

stimdata

A Stimdata object.

Details

The function returns a higher order function with the gazedata and stimdata fixed. Details about the returned function:

Usage

CombineGazedataStimdata(gazedata, stimdata)(trial_number)

trial_number

The trial number of the trial whose gazedata and stimdata will be combined.

Value

A data.frame of the gazedata, augmented with attributes for the stimdata.


tjmahr/lookr documentation built on May 31, 2019, 3:41 p.m.