Description Usage Arguments Details Value References Examples
The cover graph of the order generated by a set of intervals is the minimal graph whose reachability relation is that order.
1 | coverGraph(intervals, names = NULL)
|
intervals |
data frame (see generateIntervals for the required format) |
names |
names of intervals ( |
See section 6 of Rising (2021).
A list of edges of the cover graph.
Rising, Justin (2021). Uncertainty in Ranking. arXiv:2107.03459.
1 2 3 4 | left <- sort(c(1:3, 1:3 + 0.1))
right <- left + 0.7
intervals <- data.frame(left = left, right = right)
coverGraph(intervals)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.