Updated docs
This commit is contained in:
parent
273edafd30
commit
9ed39d403b
2 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
\usage{
|
||||
greedyMix(
|
||||
data,
|
||||
format,
|
||||
format = gsub("^.*\\\\.", "", data),
|
||||
partitionCompare = NULL,
|
||||
ninds = 1L,
|
||||
npops = 1L,
|
||||
|
|
|
|||
|
|
@ -4,10 +4,12 @@
|
|||
\alias{logml2String}
|
||||
\title{Logml to string}
|
||||
\usage{
|
||||
logml2String(logml)
|
||||
logml2String(logml, leading_zeros_replacement = " ")
|
||||
}
|
||||
\arguments{
|
||||
\item{logml}{input Logml}
|
||||
|
||||
\item{leading_zeros_replacement}{string to replace leading zeros with}
|
||||
}
|
||||
\value{
|
||||
String version of logml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue