Skip to content

Commit

Permalink
Update find.clusters.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie authored Nov 15, 2024
1 parent 91a2a60 commit 58202d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/find.clusters.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ from adegenet.
NULL, method = c("kmeans", "ward"), stat = c("BIC","AIC", "WSS"),
choose.n.clust = TRUE, criterion = c("diffNgroup", "min","goesup",
"smoothNgoesup", "goodfit"), max.n.clust = round(nrow(x)/10),
n.iter = 1e5, n.start = 10, center = TRUE, scale = TRUE,
n.iter = 1e5, n.start = 10, center = TRUE, scale = FALSE,
pca.select = c("nbEig","percVar"), perc.pca = NULL, \ldots, dudi =
NULL)

Expand Down

0 comments on commit 58202d6

Please sign in to comment.