R/data.R

#' Example line transect data with movement 
#'
#' A dataset containing observations from a simulated line transect survey 
#' where animals move by Brownian motion. 
#'
#' @format A list of two data frames 
#' \describe{
#'   \item{obs}{sightings with transect, x, y, t records} 
#'   \item{trans}{entry for each transect surveyed: ID, effort}
#' }
"line_example_dsdat"

#' Example animal movement data 
#'
#' A dataset containing observations from a simulated telemetry survey 
#' on five tagged animals moving by Brownian motion. 
#'
#' @format A data frames with columns (x, y, t)
#' 
"line_example_movedat"

#' Example model fits to example_mds_line data 
#'
#' A list of cds1d, cds2d, and mds2d models. 
#'
#' 
"line_example"

#' Example point transect data with movement 
#'
#' A dataset containing observations from a simulated point transect survey 
#' where animals move by Brownian motion. 
#'
#' @format A list of two data frames 
#' \describe{
#'   \item{obs}{sightings with transect, x, y, t records} 
#'   \item{trans}{entry for each transect surveyed: ID, effort}
#' }
"point_example_dsdat" 

#' Example animal movement data 
#'
#' A dataset containing observations from a simulated telemetry survey 
#' on ten tagged animals moving by Brownian motion. 
#'
#' @format A data frames with columns (x, y, t)
#' 
"point_example_movedat"

#' Example model fits to example_mds_point data 
#'
#' A list of cds1d, cds2d, and mds2d models. 
#'
#' 
"point_example"
r-glennie/moveds documentation built on Dec. 9, 2019, 9:42 p.m.