graph.lcf: Creating a graph from LCF notation

View source: R/make.R

graph.lcfR Documentation

Creating a graph from LCF notation

Description

[Deprecated]

graph.lcf() was renamed to graph_from_lcf() to create a more consistent API.

Usage

graph.lcf(n, shifts, repeats = 1)

Arguments

n

Integer, the number of vertices in the graph. If NULL (default), it is set to len(shifts) * repeats.

shifts

Integer vector, the shifts.

repeats

Integer constant, how many times to repeat the shifts.

Related documentation in the C library

lcf_vector()


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