isOverlap: Determine whether two intervals overlap

Description Usage Arguments Value

View source: R/corrections_grades_gaps.R

Description

Determine whether two intervals overlap

Usage

1
isOverlap(start1, end1, start2, end2)

Arguments

start1

the start of the first interval

end1

the end of the first interval

start2

the start of the second interval

end2

the end of the second interval

Value

a logical indicating whether the two intervals overlap


PatrickEslick/CWQkitr documentation built on Dec. 12, 2019, 12:55 a.m.