Minor changes for clean build

This commit is contained in:
Waldir Leoncio 2020-03-18 15:02:38 +01:00
parent 7ad4fc43df
commit 1e5fa0ea91
10 changed files with 34 additions and 9 deletions

View file

@ -12,7 +12,13 @@ admix1(
)
}
\arguments{
\item{tietue}{a named record list}
\item{tietue}{tietue}
\item{PARTITION}{PARTITION}
\item{COUNTS}{COUNTS}
\item{SUMCOUNTS}{SUMCOUNTS}
}
\description{
Admixture analysis

View file

@ -6,6 +6,9 @@
\usage{
find(x)
}
\arguments{
\item{x}{object or logic operation on an object}
}
\description{
Emulates behavior of `find`
}

View file

@ -11,7 +11,7 @@ inputdlg(prompt, definput = NULL, dims = 1)
\item{definput}{default value of the input}
\item{dim}{number of dimensions in the answwers}
\item{dims}{number of dimensions in the answwers}
}
\description{
Replicates the functionality of the homonymous function in Matlab (sans dialog box)

View file

@ -6,6 +6,11 @@
\usage{
noIndex(data, noalle)
}
\arguments{
\item{data}{data}
\item{noalle}{noalle}
}
\value{
puredata: a data contains no index column.
}