R/meet.cutoff.R

meet.cutoff <-
function( num, cutoff) {
  #returns a 0 (false) or 1 (true) to tell if num is larger than cutoff
	as.numeric(num > cutoff);
}

Try the IBDhaploRtools package in your browser

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

IBDhaploRtools documentation built on May 2, 2019, 6:48 p.m.