R/MarineTurtles_2002.R

#' Database of tagged marine turtles in 2002
#' @title Database of tagged marine turtles in 2002
#' @author Marc Girondot
#' @docType data
#' @name MarineTurtles_2002
#' @description Extraction of 2002 PIT tagged marine turtles database
#' @keywords datasets
#' @usage MarineTurtles_2002
#' @family Phenology model
#' @examples
#' library(phenology)
#' data(MarineTurtles_2002)
#' @format data.frame with 2 columns:
#' \itemize{
#'   \item \code{Date}: The date the female has been seen on the beach (morning date of the night)
#'   \item \code{ID}: The unique identifier of the female
#' }
NULL

Try the phenology package in your browser

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

phenology documentation built on Oct. 16, 2023, 9:06 a.m.