SplitConsistent() and SplitConflict() determine whether a series of
splits haystack are consistent with or contradict the focal split needle.
Usage
SplitConsistent(needle, haystack)
SplitConflicts(needle, haystack)
Value
SplitConsistent() returns a list of logical vectors.
Each list item corresponds to an entry in haystack, reporting whether each
split is consistent with (TRUE) or in conflict with (FALSE) needle.
SplitConflicts() returns the inverse.
Arguments
needle
Splits object containing the single split to evaluate
haystack
Splits object, or list thereof, containing the splits to
compare against needle.