plot_timecourses: Plot Timecourses of Raw Looking Behavior For PEEK Tobii Data

Description Usage Arguments Details Examples

Description

plot_timecourses() is a ggplot(). It's useful for doing a quick check that your timecourse looking data appear reasonable

Usage

1
plot_timecourses(df_et, n_subs = 3, n_trials = 3)

Arguments

df_et

A data frame of Tobii data, usually created by the read_tobii() function.

n_subs

An integer indicating the number of subjects to include in the plot

n_trials

An integer indicating the number of trials to include in the plot

...

Additional arguments.

Details

This function allows you to make an exploratory plot of the timecourse looking from Tobii .tsv eyetracking data

Examples

1
## Not run: plot_timecourses(tsv_data, n_subs = 3, n_trials = 3)

kemacdonald/Rtobii documentation built on May 4, 2019, 1:21 p.m.