rawdatagap {TrackReconstruction} | R Documentation |
Raw biologger data with a gap
Description
Raw data file from a fur seal with a gap in the data file. Used as an example in the GapFinder
function.
Usage
data(rawdatagap)
Format
A data frame with 13738 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(rawdatagap)
head(rawdatagap);tail(rawdatagap)
str(rawdatagap)
plot(rawdatagap$AccHeave)
[Package TrackReconstruction version 1.3 Index]