binarize: Binarize Network

Description Usage Arguments Value Author(s) Examples

Description

Converts weighted adjacency matrix to a binarized adjacency matrix

Usage

1

Arguments

A

An adjacency matrix of network data (or an array of matrices)

Value

Returns an adjacency matrix of 1's and 0's

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples

1
2
3
4
# Pearson's correlation only for CRAN checks
A <- TMFG(neoOpen, normal = FALSE)$A

neoB <- binarize(A)

NetworkToolbox documentation built on May 28, 2021, 5:11 p.m.