R/make.R
graph.extended.chordal.ring.Rd
graph.extended.chordal.ring() was renamed to make_chordal_ring() to create a more consistent API.
graph.extended.chordal.ring()
make_chordal_ring()
graph.extended.chordal.ring(n, w, directed = FALSE)
The number of vertices.
A matrix which specifies the extended chordal ring. See details below.
Logical scalar, whether or not to create a directed graph.
extended_chordal_ring()