R/z%within%.R

`%within%` <-
function(x, range) {
  (x >= range[1]) & (x <= range[2])
}
sneumann/MetShot documentation built on May 30, 2019, 5:05 a.m.