graph.extended.chordal.ring: Create an extended chordal ring graph

View source: R/make.R

graph.extended.chordal.ringR Documentation

Create an extended chordal ring graph

Description

[Deprecated]

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.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.