Check whether a set of intervals (ivals) contains gaps (given as a second set of intervals). If so, either remove or split the original intervals.
1 | RemoveGaps(gaps, ivals, method = c("All", "Split"))
|
gaps |
Dataframe generated with |
ivals |
Data frame of intervals that have to be corrected for gaps (typically dry times DTS or inundation times ITs) |
method |
Method to remove gaps. "All": every interval containing (part of) a gap is removed. "Split": intervals are split into smaller intervals before and after the gap. "None" nothing is done |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.