Description Usage Arguments Details Examples
plot_timecourses()
is a ggplot()
.
It's useful for doing a quick check that your timecourse looking data appear reasonable
1 | plot_timecourses(df_et, n_subs = 3, n_trials = 3)
|
df_et |
A data frame of Tobii data, usually created by the |
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. |
This function allows you to make an exploratory plot of the timecourse looking from Tobii .tsv eyetracking data
1 | ## Not run: plot_timecourses(tsv_data, n_subs = 3, n_trials = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.