R/PESA_example_tracks.R

#' Example Pectoral Sandpiper tracks
#'
#' Write a description of the data set
#'
#' @name PESA_example_tracks
#'
#' @docType data
#'
#' @usage data(PESA_example_tracks)
#'
#' @format A data.table with some short example tracks around Barrow
#' \itemize{
#'   \item bird_patch_id: Tag ID and number of left tenure location with this track
#'   \item datetime_: Date and time of the position
#'   \item x: Latitude
#'   \item y: Longitude
#'   \item year_: Year
#'   }
#'
#' @keywords datasets
#'
#' @references Still to come
#'
#' @examples
#' PESA_example_tracks
#'
NULL
mpio-be/windR documentation built on Feb. 2, 2020, 10:04 a.m.