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.
Date
a character vector
Time
a character vector
Depth
a numeric vector
MagSurge
a numeric vector
MagSway
a numeric vector
MagHeave
a numeric vector
AccSurge
a numeric vector
AccSway
a numeric vector
AccHeave
a numeric vector
Speed
a numeric vector
Examples
data(square)
str(square)
head(square);tail(square)
[Package TrackReconstruction version 1.3 Index]