normalize: Normalize

Description Usage Arguments Value Examples

Description

Normalizes a vector of values to a range of 0-1 x - min(x)) / (max(x) - min(x)

Usage

1

Arguments

x

Vector of values

Value

Normalized vector of values

Examples

1
2
3
4
## Not run: 
 normalize(x)
 
## End(Not run)

Plasmidprofiler documentation built on May 1, 2019, 9:19 p.m.