| interval_intersection | R Documentation | 
Given one or more sets of intervals, produce a new set compactly representing points contained in at least one interval of each input object.
## S4 method for signature 'Intervals_virtual'
interval_intersection(x, ..., check_valid = TRUE)
## S4 method for signature 'missing'
interval_intersection(x, ..., check_valid = TRUE)
| x |  An  | 
| ... | Additional objects of the same classes permitted for  | 
| check_valid | Should  | 
A single object representing points contained in each of the objects
supplied in the x and ... arguments.
See interval_union and
interval_complement, which are used to produce the
results. 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.