| 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.
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
Examples
data(rawdatagap)
head(rawdatagap);tail(rawdatagap)
str(rawdatagap)
plot(rawdatagap$AccHeave)
[Package TrackReconstruction version 1.3 Index]