Skip to content

Commit

Permalink
fix missing coords param
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Nov 1, 2024
1 parent 99b9233 commit 457e8e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/distance_to_centroid.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#' @param return_rank boolean if rank distance should also be returned, default
#' FALSE
#' @param ties.method see \code{\link[data.table:frank]{?data.table::frank}}
#' @inheritParams group_pts
#'
#' @return \code{distance_to_centroid} returns the input \code{DT} appended with
#' a \code{distance_centroid} column indicating the distance to group centroid
Expand Down
3 changes: 3 additions & 0 deletions man/distance_to_centroid.Rd

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

0 comments on commit 457e8e2

Please sign in to comment.