maxgaps

fun maxgaps(gaps: Int, subSource: IntervalsSource): IntervalsSource

Create an IntervalsSource that filters a sub-source by its gaps

Parameters

gaps

the maximum number of gaps in the sub-source to filter

subSource

the sub-source to filter