getCommonIntervals | R Documentation |
Get the common intervals of possibly overlapping intervals:
getCommonIntervals(
data,
varMin = NULL,
varMax = NULL,
lowerName = NULL,
upperName = NULL
)
data |
A data.table/data.frame holding the columns representing lower and upper interval. |
varMin |
The name of the lower interval column. By default interpreted from the first column of |
varMax |
The name of the upper interval column. By default interpreted from the second column of |
lowerName |
The name of the lower interval column in the output table. By default set to |
upperName |
The name of the upper interval column in the output table. By default set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.