Undirected2RandomDirectedAdjMtx.netTools: Converts a directed adjacency matrix to undirected

View source: R/netTools.R

Undirected2RandomDirectedAdjMtx.netToolsR 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


intensitynet documentation built on April 11, 2023, 6:07 p.m.