adj: Adjacency Matrix

View source: R/rccmSummary.R

adjR Documentation

Adjacency Matrix

Description

This function calculates an adjacency matrix for the matrix mat based on the absolute value threshold of thresh.

Usage

adj(mat, thresh = 0.001)

Arguments

mat

Numeric matrix.

thresh

Threshold for absolute value of entries.

Value

An adjacency matrix containing 1's and 0's.


dilernia/rccm documentation built on Sept. 25, 2022, 9:40 a.m.