Skip to content

Commit

Permalink
clarify range
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Oct 7, 2024
1 parent 2c3dd37 commit 8aecfd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/direction_to_centroid.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
#'
#' @return \code{direction_to_centroid} returns the input \code{DT} appended
#' with a \code{direction_centroid} column indicating the direction to group
#' centroid in radians.
#' centroid in radians. The direction is measured in radians in the range
#' of 0 to 2 * pi from the positive x-axis.
#'
#' A message is returned when \code{direction_centroid} column already exist
#' in the input \code{DT}, because they will be overwritten.
Expand Down

0 comments on commit 8aecfd1

Please sign in to comment.