Undirected2RandomDirectedAdjMtx.netTools {intensitynet} | R Documentation |
Converts a directed adjacency matrix to undirected
Description
Creates a directed adjacency matrix from an Undirected one with random directions (in-out edges) but with the same connections between nodes.
Usage
## S3 method for class 'netTools'
Undirected2RandomDirectedAdjMtx(obj)
Arguments
obj |
netTools object -> list(mtx: matrix) |
Value
directed adjacency matrix with random directions
[Package intensitynet version 1.4.0 Index]