- data
A dataframe with raw data. If multiple trials are used, then one trial is sampled at random.
- AOIs
A dataframe of areas of interest (AOIs), with one row per AOI (x, y, width_radius, height).
- trial_values
specify particular values within 'trial' to plot data from certain trials
- pID_values
specify particular values within 'pID' to plot data from certain participants
- 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)
- plot_header
display the header title text which explains graphical features of the plot.
- bin_time
if wanting to split data into bins, the time (in ms) for each bin of data to be displayed
- bin_range
if wanting to split data into bins, the first and last bin to be display, e.g., c(1,5)