data(gaze)
# fixations and saccades for the first trial
plot(gaze)
# fixations for the all trials
plot(gaze, trial = NULL, show_saccades = FALSE)
# saccades for the first two trials
plot(gaze, trial = 1:2, show_fixations = FALSE)
# color codes duration of a saccade
plot(gaze, saccade_color_property = "duration")
Run the code above in your browser using DataLab