R/make.R
graph.empty.Rd
graph.empty() was renamed to make_empty_graph() to create a more consistent API.
graph.empty()
make_empty_graph()
graph.empty(n = 0, directed = TRUE)
Number of vertices.
Whether to create a directed graph.
empty()