Undirected2RandomDirectedAdjMtx.netTools function

Converts a directed adjacency matrix to undirected

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)

Arguments

  • obj: netTools object -> list(mtx: matrix)

Returns

directed adjacency matrix with random directions

  • Maintainer: Pol Llagostera
  • License: GPL-3
  • Last published: 2023-04-11

Useful links