Learn R Programming

eyeTrackR (version 1.0.1)

organise.checks.random_trial: 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

Run this code
# NOT RUN {
data(fixationreport)
print(organise.checks.random_trial(fixationreport))
# }

Run the code above in your browser using DataLab