Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Keyes committed Mar 25, 2024
1 parent 59311df commit e6f17a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/clustering.R
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ tof_cluster_kmeans <-
#' printed during developmental classification. Default is FALSE.
#'
#' @return If `return_distances = FALSE`, a tibble with one column named
#' `.{distance_function}_cluster`, a character vector of length `nrow(tof_tibble)`
#' `.\{distance_function\}_cluster`, a character vector of length `nrow(tof_tibble)`
#' indicating the id of the developmental cluster to which each cell
#' (i.e. each row) in `tof_tibble` was assigned.
#'
Expand Down Expand Up @@ -723,7 +723,7 @@ tof_cluster_grouped <-
#' (as a character vector). If `annotations` was provided as a data.frame, the
#' new column will have the same name as the column containing the cluster annotations
#' in `annotations`. If `annotations` was provided as a named character vector,
#' the new column will be named `{cluster_col}_annotation`.
#' the new column will be named `\{cluster_col\}_annotation`.
#'
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion man/tof_annotate_clusters.Rd

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

2 changes: 1 addition & 1 deletion man/tof_cluster_ddpr.Rd

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

0 comments on commit e6f17a1

Please sign in to comment.