toni {tlocoh} | R Documentation |
This dataframe contains the locations from a GPS collar fitted to a buffalo in Kruger National Park, South Africa in 2005-06.
data(toni)
A dataframe with 6371 rows. Columns are id, lat, long, and timestamp (in UTC). Datum presumed to be WGS84.
MoveBank http://www.movebank.org
Name: Kruger African Buffalo, GPS tracking, South Africa
Acknowledgements: Collection of Kruger Park Buffalo data funded by NSF Grant DEB-0090323 to Wayne M. Getz
Principal Investigator Name: Paul Cross
data(toni) head(toni) plot(toni[,2:3])