apply_degrees {GENEAcore}R Documentation

Apply Rotation (degrees)

Description

Apply Rotation (degrees)

Usage

apply_degrees(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_degrees(calibrated)

[Package GENEAcore version 1.0.1 Index]