Learn R Programming

animalEKF (version 1.3)

shark_data_raw: Original shark data

Description

Original shark data observations, unequally spaced in time

Usage

data(shark_data_raw)

Arguments

Format

A data frame with 68528 observations on the following 12 variables.

tag

a factor with levels GSH01 GSH02 GSH03 GSH04 GSH05 GSH06 GSH07 GSH08 GSH09 GSH10 GSH11 GSH12 GSH13 GSH14 GSH15 GSH16 GSH17 GSH18 GSH19 GSH20 GSH21 GSH22

X

a numeric vector

Y

a numeric vector

logvelocity

a numeric vector

bearing.to.east.tonext.rad

a numeric vector

turn.angle.rad

a numeric vector

state.guess2

a numeric vector

prev.guess2

a numeric vector

time_to_next

a numeric vector

dx_to_next

a numeric vector

dy_to_next

a numeric vector

date_as_sec

a numeric vector

Examples

Run this code

##stored as separate integer and numeric variables for storage purposes

data(shark_data_raw, package="animalEKF")
shark_data <- do.call(cbind, shark_data_raw)
head(shark_data)

Run the code above in your browser using DataLab