Incorporating subfunctions of greedyMix() (#25)
This commit is contained in:
parent
103dc6acd6
commit
cae1fe4c1e
4 changed files with 78 additions and 69 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue