Minor changes for clean build
This commit is contained in:
parent
7ad4fc43df
commit
1e5fa0ea91
10 changed files with 34 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
\usage{
|
||||
find(x)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{object or logic operation on an object}
|
||||
}
|
||||
\description{
|
||||
Emulates behavior of `find`
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@
|
|||
\usage{
|
||||
noIndex(data, noalle)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data}
|
||||
|
||||
\item{noalle}{noalle}
|
||||
}
|
||||
\value{
|
||||
puredata: a data contains no index column.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue