R/HWClo.R

Defines functions HWClo

Documented in HWClo

HWClo <- function(X) {
  s <- rowSums(X)
  Y <- X/s
}

Try the HardyWeinberg package in your browser

Any scripts or data that you put into this service are public.

HardyWeinberg documentation built on May 7, 2022, 5:05 p.m.