Added arguments to limit user interaction

This commit is contained in:
Waldir Leoncio 2020-06-08 13:42:36 +02:00
parent b622375062
commit 3fcd4affcb
2 changed files with 83 additions and 35 deletions

View file

@ -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