R/TDR_dives.R

#' Dive data from TDR
#'
#' EN:
#' The data includes pressure data obtained from a Humbolt Penguin at Tilgo, Chile
#' The information was collected during the breeding season 2018.
#' It contains 565 obs from 5 variables: dives, max_depth, mean_depth, sd_depth, dive_duration.
#' ES:
#' Los datos incluyen datos crudos de un pinguino de Humbold muestreado en Isla Tilgo, Chile
#' La information fue colectada durante la temporada reproductiva 2018.
#' Contiene 565 observaciones de 5 variables: dives, max_depth, mean_depth, sd_depth, dive_duration.
#'
#' @docType data
#'
#' @usage data(TDR_dives)
#'
#' @format A rda data with 5 columns and 565 rows
#'
#' @keywords datasets
#'
#' @references Lerma et al. 2021
#'
#'
#' @examples
#' data(TDR_dives)
"TDR_dives"
MiriamLL/spheniscus documentation built on Dec. 17, 2021, 4:17 a.m.