From 9ed39d403baf13ec7264600a2fa4923687fb24fb Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Thu, 14 Sep 2023 12:53:34 +0200 Subject: [PATCH] Updated docs --- man/greedyMix.Rd | 2 +- man/logml2String.Rd | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man/greedyMix.Rd b/man/greedyMix.Rd index b3e4d2b..e10fa87 100644 --- a/man/greedyMix.Rd +++ b/man/greedyMix.Rd @@ -6,7 +6,7 @@ \usage{ greedyMix( data, - format, + format = gsub("^.*\\\\.", "", data), partitionCompare = NULL, ninds = 1L, npops = 1L, diff --git a/man/logml2String.Rd b/man/logml2String.Rd index d8b81ce..281a6b0 100644 --- a/man/logml2String.Rd +++ b/man/logml2String.Rd @@ -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