View source: R/lazarus_count.R
is_interval | R Documentation |
Check whether graph is interval graph.
is_interval(g)
g |
igraph object |
This function is not very efficient since it relies on the clique vertex matrix. More efficient linear time algorithms will be implemented in the future.
Logical scalar, whether graph is an interval graph
David Schoch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.