rawdata: Raw triaxial magnetomater and accelerometer data

Description Usage Format Examples

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

1

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

1
2
3
4

Example output

Loading required package: fields
Loading required package: spam
Loading required package: grid
Spam version 1.4-0 (2016-08-29) is loaded.
Type 'help( Spam)' or 'demo( spam)' for a short introduction 
and overview of this package.
Help for individual functions is also obtained by adding the
suffix '.spam' to the function name, e.g. 'help( chol.spam)'.

Attaching package: 'spam'

The following objects are masked from 'package:base':

    backsolve, forwardsolve

Loading required package: maps
Loading required package: RColorBrewer
'data.frame':	133100 obs. of  9 variables:
 $ Date    : Factor w/ 1 level "22-Jul-2009": 1 1 1 1 1 1 1 1 1 1 ...
 $ Time    : Factor w/ 21486 levels "01:18:55","01:18:56",..: 1 1 1 1 1 1 1 1 1 1 ...
 $ Depth   : num  NA NA NA NA NA NA NA NA 2.5 NA ...
 $ MagSurge: num  14.7 13.6 12.5 14.2 16.7 ...
 $ MagSway : num  -16.1 -15.6 -13.3 -15.3 -19.5 ...
 $ MagHeave: num  63.6 63.6 63.9 63.6 62.4 60.9 57 50.7 40.8 29.4 ...
 $ AccSurge: num  -0.428 -0.696 -0.495 -1.098 0.041 ...
 $ AccSway : num  -0.34 -0.748 -2.312 -2.312 -2.992 ...
 $ AccHeave: num  9.1 10.3 11.3 10.5 12.3 ...
         Date     Time Depth MagSurge MagSway MagHeave AccSurge AccSway
1 22-Jul-2009 01:18:55    NA    14.72  -16.12     63.6   -0.428  -0.340
2 22-Jul-2009 01:18:55    NA    13.60  -15.56     63.6   -0.696  -0.748
3 22-Jul-2009 01:18:55    NA    12.48  -13.32     63.9   -0.495  -2.312
4 22-Jul-2009 01:18:55    NA    14.16  -15.28     63.6   -1.098  -2.312
5 22-Jul-2009 01:18:55    NA    16.68  -19.48     62.4    0.041  -2.992
6 22-Jul-2009 01:18:55    NA    20.60  -21.44     60.9   -1.165  -3.196
  AccHeave
1    9.095
2   10.330
3   11.305
4   10.460
5   12.345
6    6.560
              Date     Time Depth MagSurge MagSway MagHeave AccSurge AccSway
133095 22-Jul-2009 03:37:33    NA    10.24   48.00    -32.4    1.113 -11.288
133096 22-Jul-2009 03:37:33    NA     6.88   37.92    -44.1    0.041 -10.540
133097 22-Jul-2009 03:37:33   3.5     3.24   26.44    -52.8   -0.361  -9.792
133098 22-Jul-2009 03:37:33    NA    -0.12   14.68    -57.9   -1.299  -9.384
133099 22-Jul-2009 03:37:33    NA    -3.48    3.76    -60.0   -1.768  -8.432
133100 22-Jul-2009 03:37:33    NA    -5.72   -6.32    -60.3   -2.639  -7.072
       AccHeave
133095   -2.345
133096   -4.490
133097   -6.960
133098   -8.650
133099   -9.950
133100  -10.080

TrackReconstruction documentation built on Dec. 11, 2021, 10:07 a.m.