Incorporating subfunctions of greedyMix() (#25)

This commit is contained in:
Waldir Leoncio 2023-08-09 12:06:09 +02:00
parent 103dc6acd6
commit cae1fe4c1e
4 changed files with 78 additions and 69 deletions

View file

@ -4,7 +4,18 @@
\alias{greedyMix}
\title{Clustering of individuals}
\usage{
greedyMix(data, format, verbose = TRUE)
greedyMix(
data,
format,
c.rows,
partitionCompare.partitions,
ninds,
inp,
popnames,
fixedK = FALSE,
partition_compare = FALSE,
verbose = TRUE
)
}
\arguments{
\item{data}{data file}