R/is.between.R

#---------------------------------
# Helper function is.between
#---------------------------------

is.between <- function(x, a, b) {
  x > a & x < b
}
tomateba/p53retriever documentation built on May 31, 2019, 6:10 p.m.