| square {TrackReconstruction} | R Documentation |
Raw triaxial magnetomater and accelerometer data
Description
Fabricated data file 100 observations long to make a square. Useful for exercises to understand how the
DeadReckoning algorithm works.
Usage
data(rawdata)
Format
A data frame with 100 observations on the following 10 variables.
Datea character vector
Timea character vector
Deptha numeric vector
MagSurgea numeric vector
MagSwaya numeric vector
MagHeavea numeric vector
AccSurgea numeric vector
AccSwaya numeric vector
AccHeavea numeric vector
Speeda numeric vector
Examples
data(square)
str(square)
head(square);tail(square)
[Package TrackReconstruction version 1.3 Index]