scale_range {INDEED} | R Documentation |
This function is used to help spread out data values across 0 to 1. This is so that it will be easier to distinguish values later incorporated into the network_display function.
scale_range(x)
x |
This is a list of numbers taken form on the columns outputted from calling non_partial_corr or patial_corr functions. |
Scaled version of data that fits between 0 to 1.