From 58202d6d54e79b53746bbc2f44d9cd92c55b55c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Mai=C3=A9?= Date: Fri, 15 Nov 2024 15:13:06 +0100 Subject: [PATCH] Update find.clusters.Rd --- man/find.clusters.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/find.clusters.Rd b/man/find.clusters.Rd index 6a57be1..ef5e663 100644 --- a/man/find.clusters.Rd +++ b/man/find.clusters.Rd @@ -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)