graph.extended.chordal.ring {igraph} | R Documentation |
Create an extended chordal ring graph
Description
graph.extended.chordal.ring()
was renamed to make_chordal_ring()
to create a more
consistent API.
Usage
graph.extended.chordal.ring(n, w, directed = FALSE)
Arguments
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. |
[Package igraph version 2.1.2 Index]