apply_radians: Apply Rotation (radians)

View source: R/apply_measures.R

apply_radiansR Documentation

Apply Rotation (radians)

Description

Apply Rotation (radians)

Usage

apply_radians(x)

Arguments

x

Calibrated acceleration data frame.

Value

Measure column 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_radians(calibrated)

GENEAcore documentation built on April 11, 2025, 5:43 p.m.