scale_range {INDEED}R Documentation

Scale list of numbers

Description

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.

Usage

scale_range(x)

Arguments

x

This is a list of numbers taken form on the columns outputted from calling non_partial_corr or patial_corr functions.

Value

Scaled version of data that fits between 0 to 1.


[Package INDEED version 2.0.0 Index]