R/data.R

#' Location Data (processed)
#'
#' Processed location data from the satellite telemetry deployments on
#' harbor seals in the Aleutian Islands, Alaska from 2014-2017
#'
#' @docType data
#'
#' @usage data(tbl_locs)
#'
#' @format An object of class \code{"data.frame"};
#'
#' @keywords datasets
#'
"tbl_locs"

#' Percent Timeline Data (processed)
#'
#' Processed percent timeline data from satellite telemetry deployments on
#' harbor seals in the Aleutian Islands, Alaska from 2014-2017
#'
#' @docType data
#'
#' @usage data(tbl_percent)
#'
#' @format An object of class \code{"data.frame"};
#'
#' @keywords datasets
#'
"tbl_percent"

#' Dive Behavior Data (processed)
#'
#' Processed dive behavior data from satellite telemetry deployments on
#' harbor seals in the Aleutian Islands, Alaska from 2014-2017
#'
#' @docType data
#'
#' @usage data(tbl_behav_dive)
#'
#' @format An object of class \code{"data.frame"};
#'
#' @keywords datasets
#'
"tbl_behav_dive"

#' Surface Behavior Data (processed)
#'
#' Processed surfaced behavior data from satellite telemetry deployments on
#' harbor seals in the Aleutian Islands, Alaska from 2014-2017
#'
#' @docType data
#'
#' @usage data(tbl_behav_surf)
#'
#' @format An object of class \code{"data.frame"};
#'
#' @keywords datasets
#'
"tbl_behav_surf"
jmlondon/aleutpvdata documentation built on Aug. 3, 2019, 2:20 p.m.