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/rigraph documentation built on July 9, 2024, 6:43 p.m.