R/data.R

#' @title Trajectories of Two Goats Through the Namibian Desert
#'
#' @description  A dataset containing the trajectories of two goats through the
#'  Namibian desert.
#'
#' @format A track table with 7194 rows and 4 variables:
#' \describe{
#'   \item{id}{Identity of the goat}
#'   \item{t}{Time of the observation}
#'   \item{x}{Longitude}
#'   \item{y}{Latitude}
#' }
"tracks"


#' @title Trajectories of Two Goats Through the Namibian Desert (short version)
#'
#' @description  A dataset containing the trajectories of two goats through the
#'  Namibian desert.
#'
#' @format A track table with 18 rows and 4 variables:
#' \describe{
#'   \item{id}{Identity of the goat}
#'   \item{t}{Time of the observation}
#'   \item{x}{Longitude}
#'   \item{y}{Latitude}
#' }
"short_tracks"

Try the trackdf package in your browser

Any scripts or data that you put into this service are public.

trackdf documentation built on March 31, 2023, 5:47 p.m.