Description Usage Arguments Details Examples
plot_fixations()
is a ggplot()
.
It's useful for doing a quick check that your AOIs look reasonable when plotted
with the raw eyetracking data.
1 | plot_fixations(df_et, frac_size = 0.05, aois_list, ...)
|
df_et |
A data frame of Tobii data, usually created by the |
frac_size |
A double indicating the fraction of rows (fixations) to plot for each participant. Useful for controlling how long the plot will take to render. |
aois_list |
A named list of AOI coordinates with the structure:
|
... |
Additional arguments, typically used to pass along to ggplot. |
This function allows you to make an exploratory plot of the Tobii .tsv eyetracking data with the AOIs read from the AOI .txt file.
1 | ## Not run: plot_fixations(df_et, frac_size = .05, aois_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.