mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-21 19:30:22 +01:00
20 lines
357 B
R
20 lines
357 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/hwe_sum.R
|
|
\name{hwe_sum}
|
|
\alias{hwe_sum}
|
|
\title{Summarising function of HWE calculation}
|
|
\usage{
|
|
hwe_sum(a1, a2, f)
|
|
}
|
|
\arguments{
|
|
\item{a1}{Allele 1.}
|
|
|
|
\item{a2}{Allele 2.}
|
|
|
|
\item{f}{factor for grouping.}
|
|
}
|
|
\description{
|
|
For easy printing.
|
|
}
|
|
\keyword{hardy-weinberg-equllibrium}
|