Translated writeMixtureInfoPop() (#2)
This commit is contained in:
parent
26e2a48c97
commit
f0d4858149
3 changed files with 269 additions and 258 deletions
43
man/writeMixtureInfoPop.Rd
Normal file
43
man/writeMixtureInfoPop.Rd
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/writeMixtureInfoPop.R
|
||||
\name{writeMixtureInfoPop}
|
||||
\alias{writeMixtureInfoPop}
|
||||
\title{Write Mixture Info Pop}
|
||||
\usage{
|
||||
writeMixtureInfoPop(
|
||||
logml,
|
||||
rows,
|
||||
data,
|
||||
adjprior,
|
||||
priorTerm,
|
||||
outPutFile,
|
||||
inputFile,
|
||||
partitionSummary,
|
||||
popnames,
|
||||
fixedK
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{logml}{logml}
|
||||
|
||||
\item{rows}{rows}
|
||||
|
||||
\item{data}{data}
|
||||
|
||||
\item{adjprior}{adjprior}
|
||||
|
||||
\item{priorTerm}{priorTerm}
|
||||
|
||||
\item{outPutFile}{outPutFile}
|
||||
|
||||
\item{inputFile}{inputFile}
|
||||
|
||||
\item{partitionSummary}{partitionSummary}
|
||||
|
||||
\item{popnames}{popnames}
|
||||
|
||||
\item{fixedK}{fixedK}
|
||||
}
|
||||
\description{
|
||||
Writes information about the pop mixture
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue