isDirected-methods {graph} | R Documentation |
The edges of a graph-class
object are either directed or
undirected. This function returns TRUE
if the edges are
directed and FALSE
otherwise.
isDirected(object)
object |
A graph-class instance |