R/dem.r

#' Digital elevation data for study area in BC, Canada
#'
#' Digital elevation data to be used in examples and vignettes alongside the caribou telemetry data
#' 
#' A digital elevation model for the Caribou study area at 100 m. It has been clipped to the area where telemetry data is present. It is projected using the NAD83 UTM Zone 8N projection.
#'
# @references
#'
#' @docType data
#' @keywords datasets
#' @format A \code{RasterLayer} with 275 rows and 347 columns.
#' @name dem
#' @examples
#' data(dem)
#' raster::plot(dem)
#-----------------------------------
NULL
jedalong/wildlifeTG documentation built on July 17, 2019, 2:52 p.m.