A graph with no edges
make_empty_graph(n = 0, directed = TRUE)
empty_graph(...)
An igraph graph.
Other deterministic constructors:
graph_from_atlas()
,
graph_from_edgelist()
,
graph_from_literal()
,
make_()
,
make_chordal_ring()
,
make_full_citation_graph()
,
make_full_graph()
,
make_graph()
,
make_lattice()
,
make_ring()
,
make_star()
,
make_tree()
make_empty_graph(n = 10)
#> IGRAPH c995155 D--- 10 0 --
#> + edges from c995155:
make_empty_graph(n = 5, directed = FALSE)
#> IGRAPH afbc395 U--- 5 0 --
#> + edges from afbc395: