Updated docs

This commit is contained in:
Waldir Leoncio 2023-09-14 12:53:34 +02:00
parent 273edafd30
commit 9ed39d403b
2 changed files with 4 additions and 2 deletions

View file

@ -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,

View file

@ -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