Converts a directed adjacency matrix to undirected
Creates a directed adjacency matrix from an Undirected one with random directions (in-out edges) but with the same connections between nodes.
## S3 method for class 'netTools' Undirected2RandomDirectedAdjMtx(obj)
obj
: netTools object -> list(mtx: matrix)directed adjacency matrix with random directions
Useful links