R/support.limit.R

Defines functions support.limit

Documented in support.limit

support.limit <-
function(h, geno, locustype, r, s, alleles, max.obj){
  -max.obj + like.h(geno, locustype, r, s, alleles, h) + 2
}

Try the introgress package in your browser

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

introgress documentation built on May 2, 2019, 7:24 a.m.