Convenience function for converting certain synchrony matrices to unweighted versions
makeunweighted(mat, sigthresh)
A synchrony matrix based on significance testing
Significance threshold to use
makeunweighted
converts to an unweighted version of the input. Entries of
mat
less than sigthresh
become a 1, other entries become a 0. The diagonal
is NA
.