View source: R/decomposition.R
is.chordal | R Documentation |
is.chordal()
was renamed to is_chordal()
to create a more
consistent API.
is.chordal(
graph,
alpha = NULL,
alpham1 = NULL,
fillin = FALSE,
newgraph = FALSE
)
graph |
The input graph. It may be directed, but edge directions are ignored, as the algorithm is defined for undirected graphs. |
alpha |
Numeric vector, the maximal chardinality ordering of the
vertices. If it is |
alpham1 |
Numeric vector, the inverse of |
fillin |
Logical scalar, whether to calculate the fill-in edges. |
newgraph |
Logical scalar, whether to calculate the triangulated graph. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.