Improved handling of data input on greedyMix

This commit is contained in:
Waldir Leoncio 2021-09-03 13:08:40 +02:00
parent 4d5539c402
commit 2b70817317
2 changed files with 11 additions and 2 deletions

View file

@ -9,7 +9,7 @@ greedyMix(data, format, verbose = TRUE)
\arguments{
\item{data}{data file}
\item{format}{Format of the data c("FASTA", "VCF" ,"BAM", or "GenePop")}
\item{format}{Data format. Format supported: "FASTA", "VCF" ,"BAM", "GenePop"}
\item{verbose}{if \code{TRUE}, prints extra output information}
}