Graph the mousetracker X and Y flips
Hi!
I need to program an experiment using mouse tacking where I need to "recreat" in a visual form the mouse movement of the participant.
I have installed the mousetrap and the exports gives me the x-flips and y-flips. Is there a way to translate the coordinates in the trace of the participant?
Thank you in advance!!
Comments
Hi there,
if I understand you correctly, you would like to create a plot that displays the mouse trajectory of the participant?
If this is the case, my next question would be: when do you want to create and display the plot? Within the study? Or afterwards when you analyze the data? For the latter case you could use the mousetrap R package (http://pascalkieslich.github.io/mousetrap/index.html) which provides a number of visualization functions: http://pascalkieslich.github.io/mousetrap/reference/mousetrap.html#visualization-functions
Best,
Pascal