View source: R/apply_measures.R
apply_ENMO | R Documentation |
Apply Euclidean Norm Minus One (ENMO)
apply_ENMO(x)
x |
Calibrated acceleration data frame. |
Measure column appended to end of calibrated data frame.
x <- c(0.14268, 0.21757, -0.529, -0.36383)
y <- c(0.26385, 0.27295, 0.29220, 0.79510)
z <- c(0.27722, 0.20296, 0.35092, 0.27459)
calibrated <- data.frame(x, y, z)
calibrated <- apply_ENMO(calibrated)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.