ourMELONS/man/greedyMix.Rd

19 lines
427 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{
2021-09-03 11:17:00 +02:00
greedyMix(data, format, verbose = TRUE)
2020-05-20 11:22:31 +02:00
}
\arguments{
\item{data}{data file}
\item{format}{Format of the data c("FASTA", "VCF" ,"SAM", or "GenePop")}
2021-09-03 11:17:00 +02:00
\item{verbose}{if \code{TRUE}, prints extra output information}
2020-05-20 11:22:31 +02:00
}
\description{
Clustering of individuals
}