Skip to content

Commit

Permalink
potential rename
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Sep 20, 2024
1 parent 8038e65 commit 77edded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/group_leader.R → R/leader_direction_group.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' multiple individuals in a group have identical coordinates, they will
#' receive an average rank (eg. 1.5, 2.5) which may indicate some data cleaning
#' is required.
group_leader <- function(DT, group_bearing = 'group_mean_bearing', coords = c('x', 'y'),
leader_direction_group <- function(DT, group_bearing = 'group_mean_bearing', coords = c('x', 'y'),
group = 'group', return_rank = FALSE,
ties.method = 'average') {

Expand Down

0 comments on commit 77edded

Please sign in to comment.