apply_all: Apply AGSA, ENMO, UpDown and Degrees

View source: R/apply_measures.R

apply_allR Documentation

Apply AGSA, ENMO, UpDown and Degrees

Description

Single function that combines calculations for acceleration, elevation and rotation measures.

Usage

apply_all(x)

Arguments

x

Calibrated acceleration data frame.

Value

Measures columns appended to end of calibrated data frame.

Examples

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_all(calibrated)

GENEAcore documentation built on Nov. 22, 2025, 1:06 a.m.