Learn R Programming

TrackReconstruction (version 1.3)

rawdatagap: 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)

Arguments

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

Run this code
# NOT RUN {
data(rawdatagap)
head(rawdatagap);tail(rawdatagap)
str(rawdatagap)
plot(rawdatagap$AccHeave)
# }

Run the code above in your browser using DataLab