R/rHike.R

#' rHike: A package for Computing Hiking Efficiency and Velocity.
#'
#' rHike provides two primary functions:
#' \enumerate{
#'   \item \code{hf_efficiency}
#'   \item \code{hf_velocity}
#' }
#' These call various hiking functions to generate rasters of efficiency and velocity,
#' which may then be served to the extremely helpful \code{gdistance} package
#' for more complicated analyses.
#'
#' @docType package
#' @name rHike
#'
NULL
kbvernon/rHike documentation built on May 29, 2020, 7:22 p.m.