Merge branch 'issue-24' into develop
* issue-24: Increment version number to 0.0.0.9027 Fixed docs
This commit is contained in:
commit
dd025e48c9
3 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
Package: rBAPS
|
Package: rBAPS
|
||||||
Title: Bayesian Analysis of Population Structure
|
Title: Bayesian Analysis of Population Structure
|
||||||
Version: 0.0.0.9026
|
Version: 0.0.0.9027
|
||||||
Date: 2020-11-09
|
Date: 2020-11-09
|
||||||
Authors@R:
|
Authors@R:
|
||||||
c(
|
c(
|
||||||
|
|
|
||||||
|
|
@ -341,6 +341,7 @@ greedyMix_muutokset <- R6Class(
|
||||||
#' @param data data
|
#' @param data data
|
||||||
#' @param adjprior adjprior
|
#' @param adjprior adjprior
|
||||||
#' @param priorTerm priorTerm
|
#' @param priorTerm priorTerm
|
||||||
|
#' @param npops Number of populations
|
||||||
laskeMuutokset = function(ind, globalRows, data, adjprior, priorTerm, npops) {
|
laskeMuutokset = function(ind, globalRows, data, adjprior, priorTerm, npops) {
|
||||||
muutokset <- globals$LOGDIFF[ind, ]
|
muutokset <- globals$LOGDIFF[ind, ]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,8 @@ logml:ss<73> siirrett<74>ess<73> yksil<69>it<69> toisiin populaatioihin.
|
||||||
\item{\code{adjprior}}{adjprior}
|
\item{\code{adjprior}}{adjprior}
|
||||||
|
|
||||||
\item{\code{priorTerm}}{priorTerm}
|
\item{\code{priorTerm}}{priorTerm}
|
||||||
|
|
||||||
|
\item{\code{npops}}{Number of populations}
|
||||||
}
|
}
|
||||||
\if{html}{\out{</div>}}
|
\if{html}{\out{</div>}}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue