mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 20:00:22 +01:00
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/hwe_allele.R
|
||
|
\name{hwe_allele}
|
||
|
\alias{hwe_allele}
|
||
|
\title{HWE calculation by alleles}
|
||
|
\usage{
|
||
|
hwe_allele(x, y)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{x}{Allele 1.}
|
||
|
|
||
|
\item{y}{Allele 2.}
|
||
|
}
|
||
|
\description{
|
||
|
For easy calculation.
|
||
|
}
|
||
|
\keyword{hardy-weinberg-equllibrium}
|