R/make.R
line.graph.Rd
line.graph() was renamed to make_line_graph() to create a more consistent API.
line.graph()
make_line_graph()
line.graph(graph)
The input graph, it can be directed or undirected.
linegraph()