Skip to content

Commit

Permalink
fix man links
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Oct 8, 2024
1 parent e38d144 commit cbadf22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/direction_group.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' The \code{direction} and \code{group} arguments expect the names of columns
#' in \code{DT} which correspond to the direction and group columns. The
#' direction column is expected in units of radians and the mean calculated with
#' \code{\link{CircStats::circ.mean}}.
#' [CircStats::circ.mean()].
#'
#' @param DT input data.table with distance column generated by
#' \code{distance_step} and group column generated with \code{group_pts}
Expand All @@ -26,14 +26,15 @@
#' \code{group_direction} column representing the mean direction of
#' all individuals in each spatiotemporal group.
#'
#' The mean direction is calculated using \code{\link{CircStats::circ.mean}}
#' The mean direction is calculated using [CircStats::circ.mean()]
#' which expects units of radians.
#'
#' A message is returned when the \code{group_direction} columns already
#' exists in the input \code{DT}, because it will be overwritten.
#'
#' @export
#' @seealso \code{\link{direction_step}}, \code{\link{group_pts}}
#' @seealso \code{\link{direction_step}}, \code{\link{group_pts}},
#' [CircStats::circ.mean()]
#' @family Direction functions
#'
#' @references
Expand Down
7 changes: 4 additions & 3 deletions man/direction_group.Rd

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

0 comments on commit cbadf22

Please sign in to comment.