Tests the connectivity of a graph by performing a Depth First Search (DFS) from a random node.
Usage
is.connected(Adj)
Value
Return TRUE if network is connected and FALSE if not connected.If the network is directed, then this function checks if the network is strongly connected.