Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 9, 2024
1 parent 9b95726 commit 238f182
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/align-reorder.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#' @details
#' `r lifecycle::badge('experimental')`
#'
#' The `align_reorder()` function differs from `align_order()` in that the `wts`
#' argument in `align_order()` must return atomic weights for each observation.
#' In contrast, the `stat` argument in `align_reorder()` can return more complex
#' structures, such as [hclust][stats::hclust] or
#' The `align_reorder()` function differs from `align_order()` in that the
#' `weights` argument in `align_order()` must return atomic weights for each
#' observation. In contrast, the `stat` argument in `align_reorder()` can
#' return more complex structures, such as [hclust][stats::hclust] or
#' [dendrogram][stats::as.dendrogram], among others.
#'
#' Typically, you can achieve the functionality of `align_reorder()` using
Expand Down
8 changes: 4 additions & 4 deletions man/align_reorder.Rd

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

0 comments on commit 238f182

Please sign in to comment.