powered by
Test if two regions are overlapping.
is.overlap(x,y)
a vector of two numeric values specifying the start and end positions of the first region.
a vector of two numeric values specifying the start and end positions of the second region
Logic test output.
# NOT RUN { is.overlap(c(10,100),c(90,120)) is.overlap(c(10,100),c(110,120)) # }
Run the code above in your browser using DataLab