organise.checks.random_trial {eyeTrackR}R Documentation

Return a randomly selected trial for detailed checks.

Description

Return a randomly selected trial for detailed checks.

Usage

organise.checks.random_trial(fixreport_df)

Arguments

fixreport_df

object Input fixation report.

Value

Single trial as a data.table, which can be printed to the console for your viewing.

Examples

data(fixationreport)
print(organise.checks.random_trial(fixationreport))

[Package eyeTrackR version 1.0.1 Index]