Binarize Network
Converts weighted adjacency matrix to a binarized adjacency matrix
binarize(A)
A |
An adjacency matrix of network data (or an array of matrices) |
Returns an adjacency matrix of 1's and 0's
Alexander Christensen <alexpaulchristensen@gmail.com>
# Pearson's correlation only for CRAN checks A <- TMFG(neoOpen, normal = FALSE)$A neoB <- binarize(A)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.