From bcd382adaa8bd230b47a6ca8bce9286f937e961d Mon Sep 17 00:00:00 2001 From: Robin Lovelace Date: Mon, 30 Aug 2021 23:37:56 +0100 Subject: [PATCH] Remove links in slope_vector() docs for #32 --- R/slopes.R | 8 ++++---- man/slope_vector.Rd | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/R/slopes.R b/R/slopes.R index 95e4d1c..b6a1bd1 100644 --- a/R/slopes.R +++ b/R/slopes.R @@ -2,16 +2,16 @@ #' #' @description #' -#' [slope_vector()] calculates the slopes associated with consecutive elements +#' `slope_vector()` calculates the slopes associated with consecutive elements #' in one dimensional distance and associated elevations (see examples). #' -#' [slope_distance()] calculates the slopes associated with consecutive +#' `slope_distance()` calculates the slopes associated with consecutive #' distances and elevations. #' -#' [slope_distance_mean()] calculates the mean average slopes associated with +#' `slope_distance_mean()` calculates the mean average slopes associated with #' consecutive distances and elevations. #' -#' [slope_distance_weighted()] calculates the slopes associated with +#' `slope_distance_weighted()` calculates the slopes associated with #' consecutive distances and elevations, #' with the mean value associated with each set of distance/elevation #' vectors weighted in proportion to the distance between each elevation diff --git a/man/slope_vector.Rd b/man/slope_vector.Rd index e87ab94..3a371d5 100644 --- a/man/slope_vector.Rd +++ b/man/slope_vector.Rd @@ -34,16 +34,16 @@ for a given change in horizontal movement along the linestring. a steep gradient of 8\%. } \description{ -\code{\link[=slope_vector]{slope_vector()}} calculates the slopes associated with consecutive elements +\code{slope_vector()} calculates the slopes associated with consecutive elements in one dimensional distance and associated elevations (see examples). -\code{\link[=slope_distance]{slope_distance()}} calculates the slopes associated with consecutive +\code{slope_distance()} calculates the slopes associated with consecutive distances and elevations. -\code{\link[=slope_distance_mean]{slope_distance_mean()}} calculates the mean average slopes associated with +\code{slope_distance_mean()} calculates the mean average slopes associated with consecutive distances and elevations. -\code{\link[=slope_distance_weighted]{slope_distance_weighted()}} calculates the slopes associated with +\code{slope_distance_weighted()} calculates the slopes associated with consecutive distances and elevations, with the mean value associated with each set of distance/elevation vectors weighted in proportion to the distance between each elevation