powered by
Raw data file from a fur seal with a gap in the data file. Used as an example in the GapFinder function.
GapFinder
data(rawdatagap)
A data frame with 13738 observations on the following 9 variables.
Date
a character vector
Time
Depth
a numeric vector
MagSurge
MagSway
MagHeave
AccSurge
AccSway
AccHeave
# NOT RUN { data(rawdatagap) head(rawdatagap);tail(rawdatagap) str(rawdatagap) plot(rawdatagap$AccHeave) # }
Run the code above in your browser using DataLab