Skip to content

Commit b5d0a5b

Browse files
committed
typo again
1 parent 7da4935 commit b5d0a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/00_pmclust_reduceK.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ pmclust.reduceK <- function(K = 2, algorithm = .PMC.CT$algorithm){
88
}
99

1010
if(algorithm[1] %in% .PMC.CT$algorithm.gbd){
11-
ret <- pmclust.reduceK.spmd(X = X, K = K, algorithm = algorithm)
11+
ret <- pmclust.reduceK.spmd(K = K, algorithm = algorithm)
1212
} else if(algorithm[1] %in% .PMC.CT$algorithm.dmat){
13-
ret <- pmclust.reduceK.dmat(X = X, K = K, algorithm = algorithm)
13+
ret <- pmclust.reduceK.dmat(K = K, algorithm = algorithm)
1414
} else{
1515
comm.stop("The algorithm is not found.")
1616
}

0 commit comments

Comments
 (0)