Learn R Programming

intensitynet (version 1.3.1)

Undirected2RandomDirectedAdjMtx.netTools: Creates a directed adjacency matrix from an Undirected one with random directions (in-out edges) but with the same connections between nodes.

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 netTools
Undirected2RandomDirectedAdjMtx(obj)

Value

directed adjacency matrix with random directions

Arguments

obj

netTools object -> list(mtx: matrix)