Added arguments to limit user interaction
This commit is contained in:
parent
b622375062
commit
3fcd4affcb
2 changed files with 83 additions and 35 deletions
|
|
@ -4,10 +4,19 @@
|
|||
\alias{greedyMix}
|
||||
\title{Clustering of individuals}
|
||||
\usage{
|
||||
greedyMix(tietue)
|
||||
greedyMix(
|
||||
tietue,
|
||||
format = NULL,
|
||||
savePreProcessed = NULL,
|
||||
filePreProcessed = NULL
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{tietue}{Record}
|
||||
|
||||
\item{format}{Format of the data ("BAPS", "GenePop" or "Preprocessed")}
|
||||
|
||||
\item{savePreProcessed}{Save the pre-processed data?}
|
||||
}
|
||||
\description{
|
||||
Clustering of individuals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue