2020-05-20 11:22:31 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/greedyMix.R
|
|
|
|
|
\name{greedyMix}
|
|
|
|
|
\alias{greedyMix}
|
|
|
|
|
\title{Clustering of individuals}
|
|
|
|
|
\usage{
|
2020-06-08 13:42:36 +02:00
|
|
|
greedyMix(
|
|
|
|
|
tietue,
|
|
|
|
|
format = NULL,
|
|
|
|
|
savePreProcessed = NULL,
|
|
|
|
|
filePreProcessed = NULL
|
|
|
|
|
)
|
2020-05-20 11:22:31 +02:00
|
|
|
}
|
|
|
|
|
\arguments{
|
2020-06-24 11:48:23 +02:00
|
|
|
\item{tietue}{File}
|
2020-06-08 13:42:36 +02:00
|
|
|
|
|
|
|
|
\item{format}{Format of the data ("BAPS", "GenePop" or "Preprocessed")}
|
|
|
|
|
|
|
|
|
|
\item{savePreProcessed}{Save the pre-processed data?}
|
2020-06-24 11:48:23 +02:00
|
|
|
|
|
|
|
|
\item{filePreProcessed}{Is the file already processed?}
|
2020-05-20 11:22:31 +02:00
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Clustering of individuals
|
|
|
|
|
}
|