Skip to contents

A graph with no edges

Usage

make_empty_graph(n = 0, directed = TRUE)

empty_graph(...)

Arguments

n

Number of vertices.

directed

Whether to create a directed graph.

...

Passed to make_graph_empty.

Value

An igraph graph.

igraph_empty().

Examples

make_empty_graph(n = 10)
#> IGRAPH 79fc392 D--- 10 0 -- 
#> + edges from 79fc392:
make_empty_graph(n = 5, directed = FALSE)
#> IGRAPH a93c959 U--- 5 0 -- 
#> + edges from a93c959: