Added verbose argument to writeMixtureInfo()
This commit is contained in:
parent
fa2381411f
commit
ceaf7eca4b
3 changed files with 42 additions and 42 deletions
|
|
@ -14,7 +14,8 @@ writeMixtureInfo(
|
|||
inputFile,
|
||||
partitionSummary,
|
||||
popnames,
|
||||
fixedK
|
||||
fixedK,
|
||||
verbose
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
|
|
@ -37,6 +38,8 @@ writeMixtureInfo(
|
|||
\item{popnames}{popnames}
|
||||
|
||||
\item{fixedK}{fixedK}
|
||||
|
||||
\item{verbose}{if \code{TRUE}, prints extra output information}
|
||||
}
|
||||
\description{
|
||||
Writes information about the mixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue