graph.kautz {igraph}R Documentation

Kautz graphs

Description

[Deprecated]

graph.kautz() was renamed to make_kautz_graph() to create a more consistent API.

Usage

graph.kautz(m, n)

Arguments

m

Integer scalar, the size of the alphabet. See details below.

n

Integer scalar, the length of the labels. See details below.


[Package igraph version 2.1.4 Index]