graph.de.bruijn: De Bruijn graphs

View source: R/make.R

graph.de.bruijnR Documentation

De Bruijn graphs

Description

[Deprecated]

graph.de.bruijn() was renamed to make_de_bruijn_graph() to create a more consistent API.

Usage

graph.de.bruijn(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.

Related documentation in the C library

de_bruijn()


igraph documentation built on May 4, 2026, 9:07 a.m.