Rescale Numeric Matrix for Plotting Edge Width

edge_rescale(uni_mat, low, high)

Arguments

uni_mat

A matrix of weights to use for edge widths.

low

Minimum of target range.

high

Maximum of target range.

Value

Rescaled numeric matrix.