Determine if a graph has directed or undirected edges
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 |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.