View source: R/min_deg_triangulation.R
This function turns a graph to a triangulated graph by fill in the deficiency of each node. A node with the minimum degree is selected at each step. The elimination process removes a simplicial node at a time. The output of the function is a triangulated graph.
1  | min_deg_triangulation(graph)
 | 
graph | 
 A graph that is stored in an adjacency matrix.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.