View source: R/ETDQualitizer.R
rms_s2s | R Documentation |
Computes root mean square of differences between successive gaze samples.
rms_s2s(azi, ele, central_tendency_fun = mean)
azi |
Azimuth values in degrees. |
ele |
Elevation values in degrees. |
central_tendency_fun |
Function to compute central tendency (default: |
A list with rms
, rms_azi
, and rms_ele
, the total RMS of sample-to-sample distances and that of the azimuthal and elevation components (all in degrees).
rms_s2s(c(1, 2, 3), c(1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.