degrees {GENEAclassify} | R Documentation |
Extract rotation time series
Description
Extract data relating to the rotation component.
Usage
degrees(x)
Arguments
x |
data output from get.intervals |
Details
Called by dataImport
.
Note: the "+ 1" has been removed from the original implementation.
Value
The degrees (rotation) data.
Examples
d1 = matrix(c(100, 101, -0.79, -0.86, -0.17, -0.14, 0.53, 0.46),
nrow = 2, ncol = 4)
colnames(d1) = c("timestamp", "x", "y", "z")
degrees(x = d1)
[Package GENEAclassify version 1.5.5 Index]