R/spans.R

Defines functions spans

Documented in spans

spans <-
function(startandend, start, end){
  return(startandend[1] <= start & startandend[2] >= end)
}

Try the CNOGpro package in your browser

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

CNOGpro documentation built on May 2, 2019, 5:57 a.m.