Fixed documentation for clean build
This commit is contained in:
parent
849288dfd3
commit
62598eaf0d
7 changed files with 39 additions and 3 deletions
|
|
@ -19,6 +19,12 @@ poistaLiianPienet(
|
|||
\item{rowsFromInd}{rowsFromInd}
|
||||
|
||||
\item{alaraja}{alaraja}
|
||||
|
||||
\item{PARTITION}{PARTITION}
|
||||
|
||||
\item{COUNTS}{COUNTS}
|
||||
|
||||
\item{SUMCOUNTS}{SUMCOUNTS}
|
||||
}
|
||||
\description{
|
||||
Muokkaa tulokset muotoon, jossa outlier yksilöt on poistettu.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,17 @@
|
|||
\usage{
|
||||
simulateIndividuals(n, rowsFromInd, allfreqs, pop, missing_level)
|
||||
}
|
||||
\arguments{
|
||||
\item{n}{n}
|
||||
|
||||
\item{rowsFromInd}{rowsFromInd}
|
||||
|
||||
\item{allfreqs}{allfreqs}
|
||||
|
||||
\item{pop}{pop}
|
||||
|
||||
\item{missing_level}{missing_level}
|
||||
}
|
||||
\description{
|
||||
simulate n individuals from population pop, such that
|
||||
proportion "missing_level" of the alleles are present.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,13 @@
|
|||
\usage{
|
||||
simuloiAlleeli(allfreqs, pop, loc)
|
||||
}
|
||||
\arguments{
|
||||
\item{allfreqs}{allfreqa}
|
||||
|
||||
\item{pop}{pop}
|
||||
|
||||
\item{loc}{loc}
|
||||
}
|
||||
\description{
|
||||
Simuloi populaation pop lokukseen loc alleelin.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue