Skip to content

Commit

Permalink
small documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GregJohnsonJr committed Nov 12, 2024
1 parent 58648d7 commit 11e9e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ read_dist <- function(distance_file, count_table,
#' was created using the `read_dist()` function.
#' @param cutoff The cutoff you want to cluster towards.
#' @param method The method of clustering to be performed: opticlust (default),
#' furthest, nearest, average, or weighted.
#' @param feature_column_name_to Set the name of the column in the cluster
#' dataframe that contains the sequence names.
#' @param bin_column_name_to Set the name of the column in the
#' cluster dataframe that contains the name of the group of sequence names.
#' furthest, nearest, average, or weighted.
#' @param random_seed the random seed to use, (default = 123).
#' @return A list of `data.frames` that contain abundance, and clustering
#' results. If you used `method = opticlust`, it will also return clustering
Expand Down
6 changes: 3 additions & 3 deletions man/cluster.Rd

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

0 comments on commit 11e9e6e

Please sign in to comment.