Skip to content

Commit

Permalink
Remove links in slope_vector() docs for #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Aug 30, 2021
1 parent 7637f45 commit bcd382a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/slopes.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions man/slope_vector.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcd382a

Please sign in to comment.