View source: R/ETDQualitizer.R
effective_frequency | R Documentation |
Calculates effective frequency based on valid samples.
effective_frequency(a, b, duration)
a |
Horizontal gaze values (e.g. azimuth or horizontal coordinate in pixels or mm). |
b |
Vertical gaze values (e.g. azimuth or horizontal coordinate in pixels or mm). |
duration |
Duration in seconds. |
Effective frequency in Hz.
effective_frequency(c(1, NA, 3), c(1, 2, NA), duration = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.