R/s.wrapper.R

Defines functions s.wrapper

Documented in s.wrapper

s.wrapper <-
function(a, b, max.obj, geno, locustype, r, s, alleles){
  f.a <- support.limit(h=a, geno, locustype, r, s, alleles, max.obj)
  f.b <- support.limit(h=b, geno, locustype, r, s, alleles, max.obj)
  f.a * f.b <= 0
}

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.