rmRecipLow {DGM} | R Documentation |
Removes reciprocal connections in the lower diagnoal of the network matrix.
Description
Removes reciprocal connections in the lower diagnoal of the network matrix.
Usage
rmRecipLow(M)
Arguments
M |
adjacency matrix |
Value
M adjacency matrix without reciprocal connections.
[Package DGM version 1.7.4 Index]