normalize: Normalize

View source: R/main_aux.R

normalizeR Documentation

Normalize

Description

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

Usage

normalize(x)

Arguments

x

Vector of values

Value

Normalized vector of values

Examples

## Not run: 
 normalize(x)
 
## End(Not run)

phac-nml/plasmidprofiler documentation built on June 11, 2022, 11:25 a.m.