
Interval Graph
as_graph.Rd
Interval Graph
Usage
as_graph(object, ...)
# S4 method for class 'TimeIntervals'
as_graph(object, aggregate = TRUE, ...)
Arguments
- object
A
TimeIntervals
object.- ...
Currently not used.
- aggregate
A
logical
scalar: should disjoint intervals referring to the same event be aggregated?
Details
An interval graph is the graph showing intersecting intervals on a line. As time is linear and not circular, an interval graph contains no cycles with more than three edges and no shortcuts.
See also
Other chronological reasoning tools:
overlap()