threshold.absolute: Threshold Absolute

Description Usage Arguments Value

Description

This function thresholds the connectivity matrix by absolute weight magnitude. All weights below the given threshold, and all weights on the main diagonal (self-self connections) are set to 0.

Usage

1
threshold.absolute(W, thr, copy = F)

Arguments

W

: an R Matrix - Weighted Connectivity Matrix

thr

: a float - Absolute Weight Threshold

copy

: a boolean - Whether to modify in place or not

Value

W : Threshold Connectivity Matrix


ncullen93/bctR documentation built on May 23, 2019, 1:28 p.m.