The goal of gazeR is to identify visual fixations from eye-tracking data with Density Based Clustering. For now the only tool is based on the dbscan algorithm (from the dbscan library).
Here is a brief description of the package implementation procedure:
You can install this version under development of gazeR from:
# install.packages("devtools")
devtools::install_github("andy0682/gazeR")
For the moment the package has only one function: gazeClusters(dat, eps, minPts = 5, recRate = NULL)
If you download the package, you can see the function documentation by typing ?gazeClusters in the console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.