| shark_data_raw | R Documentation |
Original shark data observations, unequally spaced in time
data(shark_data_raw)
A data frame with 68528 observations on the following 12 variables.
taga 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
Xa numeric vector
Ya numeric vector
logvelocitya numeric vector
bearing.to.east.tonext.rada numeric vector
turn.angle.rada numeric vector
state.guess2a numeric vector
prev.guess2a numeric vector
time_to_nexta numeric vector
dx_to_nexta numeric vector
dy_to_nexta numeric vector
date_as_seca numeric vector
Espinoza, Mario, Farrugia, Thomas J., and Christopher G. Lowe. Habitat use, movements and site fidelity of the gray smooth-hound shark in a newly restored Southern California estuary. Journal of Experimental Marine Biology and Ecology, 2011.
##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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.