R/slopes-package.R

#' @title slopes: Calculate Slopes of Roads, Rivers and Trajectories
#'
#' @description Calculate the slope (also known as steepness and gradient)
#' of linear features such as roads, rivers and ski routes.
#'
#' @details
#' Created by Robin Lovelace and Rosa Félix, who developed the package
#' to support their research in active travel, and the prioritisation of
#' investment in cycling, an activity which is sensitive to slopes,
#' in particular.
#'
#' See `https://github.com/ropensci/slopes/`
#' for the source code and `https://docs.ropensci.org/slopes/`
#' for the website.
#'
#' All package functions can be found in the
#' [Reference page](https://docs.ropensci.org/slopes/reference/index.html)
#' on the package website.
#'
#' @return The package does not return a single value, but a collection of functions.
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the slopes package in your browser

Any scripts or data that you put into this service are public.

slopes documentation built on June 23, 2025, 5:08 p.m.