rawdata {TrackReconstruction}R Documentation

Raw triaxial magnetomater and accelerometer data

Description

Raw data file from a northern fur seal with date, time, internal temp, depth, triaxial magnetometer, accelerometer, and wet/dry fields. This data set is bookended by the first 7 gps points in the gpsdata02 data set and is used in the examples for the DeadReckoning, GeoReference, GraphLimits, Splitter and GeoRef functions.

Usage

data(rawdata)

Format

A data frame with 133100 observations on the following 9 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

Examples

data(rawdata)
str(rawdata)
head(rawdata);tail(rawdata)
plot(rawdata$AccHeave)

[Package TrackReconstruction version 1.3 Index]