Description Usage Format Examples
Raw data file from a fur seal with a gap in the data file. Used as an example in the GapFinder function.
1 |
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
1 2 3 4 | data(rawdatagap)
head(rawdatagap);tail(rawdatagap)
str(rawdatagap)
plot(rawdatagap$AccHeave)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.