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{
|
\usage{
|
||||||
greedyMix(
|
greedyMix(
|
||||||
data,
|
data,
|
||||||
format,
|
format = gsub("^.*\\\\.", "", data),
|
||||||
partitionCompare = NULL,
|
partitionCompare = NULL,
|
||||||
ninds = 1L,
|
ninds = 1L,
|
||||||
npops = 1L,
|
npops = 1L,
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,12 @@
|
||||||
\alias{logml2String}
|
\alias{logml2String}
|
||||||
\title{Logml to string}
|
\title{Logml to string}
|
||||||
\usage{
|
\usage{
|
||||||
logml2String(logml)
|
logml2String(logml, leading_zeros_replacement = " ")
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{logml}{input Logml}
|
\item{logml}{input Logml}
|
||||||
|
|
||||||
|
\item{leading_zeros_replacement}{string to replace leading zeros with}
|
||||||
}
|
}
|
||||||
\value{
|
\value{
|
||||||
String version of logml
|
String version of logml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue