R/data.R

#' Example trace
#'
#' A dataset containing trace of a fictional migrant in the form of location - timestamp pairs.
#'
#' @format A tibble with 200 rows and 2 variables:
#' \describe{
#'   \item{timestamp}{POSIXct timestamps of observations}
#'   \item{location}{Locations of observations for one of four places (Rivendell, Tatooine, Shangri-La, Narnia)}
#' }
"example_trace"

Try the MigrationDetectR package in your browser

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

MigrationDetectR documentation built on Nov. 11, 2023, 5:07 p.m.