scale_01: Scale Matrices to a Zero to One Range

Description Usage Arguments Value Author(s) References Examples

Description

Scale Vectors or Matrices to a Zero to One Range.

Usage

1
scale_01(num_matrix)

Arguments

num_matrix

is a numeric matrix or a numeric vector

Value

a numeric matrix or a numeric vector

Author(s)

Damiano Fantini

References

http://www.biotechworld.it/bioinf/2016/03/09/analyzing-fluoresence-microscopy-data-with-r/

Examples

1
scale_01(c(-2,1,1,2,4,10))

dami82/CellSignalingTools documentation built on May 14, 2019, 3:32 p.m.