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{
|
2021-09-03 08:43:37 +02:00
|
|
|
greedyMix(data, format)
|
2020-05-20 11:22:31 +02:00
|
|
|
}
|
|
|
|
|
\arguments{
|
2021-09-03 08:43:37 +02:00
|
|
|
\item{data}{data file}
|
2020-06-08 13:42:36 +02:00
|
|
|
|
2021-09-03 08:43:37 +02:00
|
|
|
\item{format}{Format of the data c("FASTA", "VCF" ,"SAM", or "GenePop")}
|
2020-05-20 11:22:31 +02:00
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Clustering of individuals
|
|
|
|
|
}
|