Skip to content

Commit

Permalink
Changing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GregJohnsonJr committed Apr 26, 2024
1 parent 11b7210 commit b37b37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/Cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @param param1 A Sparse Matrix.
#' @param param2 A cutoff value
#' @param param3 The number of iterations
#' @return A dataframe of the clusters.
#' @return A data.frame of the clusters.
OptiCluster <- function(sparse_matrix, cutoff, iterations)
{
indexOneList <- sparse_matrix@i
Expand Down
2 changes: 1 addition & 1 deletion man/OptiCluster.Rd

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

0 comments on commit b37b37e

Please sign in to comment.