export_two_modularities | R Documentation |
Please do check that the output matches what you want to use
export_two_modularities(
et_data,
video_data,
hertz = 100,
IA = "BIA",
.return_full_data = F
)
et_data |
a rectangular data for eyetracking from read_et_data |
video_data |
a rectangular data from read_video_data |
hertz |
the capture rate of the video in hertz defaults to 100 |
IA |
the label for the interest area. Defaults to bIA |
.return_full_data |
return unfiltered frame for debugging and recoding. |
## Not run:
video_data <- read_video_data('data/annotate.txt')
et_data <- read_et_data('data/eyetrack.txt')
out <- export_two_modularities(et_data, video_data, 100)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.