View source: R/ETDQualitizer.R
data_loss_from_expected | R Documentation |
Calculates data loss based on expected number of samples.
data_loss_from_expected(a, b, duration, frequency)
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. |
frequency |
Sampling frequency in Hz. |
Percentage of data loss.
data_loss_from_expected(c(1, NA, 3), c(1, 2, NA), duration = 1, frequency = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.