graph.extended.chordal.ring | R Documentation |
graph.extended.chordal.ring()
was renamed to make_chordal_ring()
to create a more
consistent API.
graph.extended.chordal.ring(n, w, directed = FALSE)
n |
The number of vertices. |
w |
A matrix which specifies the extended chordal ring. See details below. |
directed |
Logical scalar, whether or not to create a directed graph. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.