R/EquilG.R

Defines functions EquilG

Documented in EquilG

#' @title EquilG
#'
#' @description
#' \code{EquilG}
#'
#' @param: theta
#' 
#' @author Kamil Jaron \email{kamiljaron at gmail.com}
#'
#' @export

# TODO: header
# comment: percentage of genome acting together under selection

EquilG <- function(theta){
    return(1 - (1 / theta))
}
KamilSJaron/ConjunctionStats documentation built on May 7, 2019, 12:06 p.m.