View source: R/ETDQualitizer.R
data_loss_from_invalid | R Documentation |
Calculates percentage of missing gaze samples.
data_loss_from_invalid(a, b)
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). |
Percentage of missing samples.
data_loss_from_invalid(c(1, NA, 3), c(1, 2, NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.