powered by
Original shark data observations, unequally spaced in time
data(shark_data_raw)
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
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
logvelocity
bearing.to.east.tonext.rad
turn.angle.rad
state.guess2
prev.guess2
time_to_next
dx_to_next
dy_to_next
date_as_sec
##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