Skip to content

Commit be60a35

Browse files
committed
fixed typo in documentation
1 parent 0a35fb0 commit be60a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/fst.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Calculate FST for the admixed individuals
22
#'
33
#' Given the admixture proportion matrix \eqn{Q} for \eqn{n} individuals and \eqn{k} intermediate subpopulations, the vector of intermediate inbreeding coefficients \eqn{F} (per-subpopulation \eqn{F_{ST}}{FST}'s), and weights for individuals, this function returns the \eqn{F_{ST}}{FST} of the admixed individuals.
4-
#' This \eqn{F_{ST}}{FST} equals the weighted mean of the diagonal of the coancestr matrix (see \code{\link{coanc}}).
4+
#' This \eqn{F_{ST}}{FST} equals the weighted mean of the diagonal of the coancestry matrix (see \code{\link{coanc}}).
55
#'
66
#' @param Q The \eqn{n \times k}{n-by-k} admixture proportion matrix
77
#' @param F The length-\eqn{k} vector of subpopulation inbreeding coefficients

man/fst.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)