ourMELONS/man/greedyMix.Rd
2021-09-03 08:50:23 +02:00

16 lines
346 B
R

% 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(data, format)
}
\arguments{
\item{data}{data file}
\item{format}{Format of the data c("FASTA", "VCF" ,"SAM", or "GenePop")}
}
\description{
Clustering of individuals
}