Fixed dependencies
This commit is contained in:
parent
c06943d1b4
commit
8b44947ecb
4 changed files with 6 additions and 3 deletions
|
|
@ -4,12 +4,14 @@
|
|||
\alias{greedyMix}
|
||||
\title{Clustering of individuals}
|
||||
\usage{
|
||||
greedyMix(data, format)
|
||||
greedyMix(data, format, verbose = TRUE)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data file}
|
||||
|
||||
\item{format}{Format of the data c("FASTA", "VCF" ,"SAM", or "GenePop")}
|
||||
|
||||
\item{verbose}{if \code{TRUE}, prints extra output information}
|
||||
}
|
||||
\description{
|
||||
Clustering of individuals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue