Learn R Programming

wsyn (version 1.0.4)

makeunweighted: For converting certain synchrony matrices to unweighted versions

Description

Convenience function for converting certain synchrony matrices to unweighted versions

Usage

makeunweighted(mat, sigthresh)

Arguments

mat

A synchrony matrix based on significance testing

sigthresh

Significance threshold to use

Value

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.