ourMELONS/man/greedyMix.Rd

26 lines
523 B
Text
Raw Normal View History

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{
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}
\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
}