is.directed {igraph} | R Documentation |
Check whether a graph is directed
Description
is.directed()
was renamed to is_directed()
to create a more
consistent API.
Usage
is.directed(graph)
Arguments
graph |
The input graph |
[Package igraph version 2.0.3 Index]