Several fixes for cleaner check

This commit is contained in:
Waldir Leoncio 2020-07-14 14:52:31 +02:00
parent a8e6585d39
commit 7a68fbd585
6 changed files with 15 additions and 21 deletions

View file

@ -4,7 +4,7 @@
\alias{linkage}
\title{Linkage}
\usage{
linkage(Y, method)
linkage(Y, method = "co")
}
\arguments{
\item{Y}{data}

View file

@ -50,9 +50,6 @@ writeMixtureInfo(
\item{LOGDIFF}{LOGDIFF}
}
\value{
changesInLogml
}
\description{
Writes information about the mixture
}