- raw_data
data in standard raw data form (time, x, y, trial)
- fix_data
data output from fixation function
- sac_data
data output from saccade function
- AOIs
A dataframe of areas of interest (AOIs), with one row per AOI (x, y, width_radius, height). If using circular AOIs, then the 3rd column is used for the radius and the height should be set to NA.
- pID_values
specify particular values within 'pID' to plot data from certain participants
- trial_values
specify particular values within 'trial' to plot data from certain trials
- bg_image
The filepath of a PNG image to be added to the plot, for example to show a screenshot of the task.
- res
resolution of the display to be shown, as a vector (xmin, xmax, ymin, ymax)
- flip_y
reverse the y axis coordinates (useful if origin is top of the screen)
- show_fix_order
label the fixations in the order they were made
- plot_header
display the header title text which explains graphical features of the plot.