R/make.R
graph.lcf.Rd
graph.lcf() was renamed to graph_from_lcf() to create a more consistent API.
graph.lcf()
graph_from_lcf()
graph.lcf(n, shifts, repeats = 1)
Integer, the number of vertices in the graph. If NULL (default), it is set to len(shifts) * repeats.
NULL
len(shifts) * repeats
Integer vector, the shifts.
Integer constant, how many times to repeat the shifts.