normalize {Plasmidprofiler}R 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)

[Package Plasmidprofiler version 0.1.6 Index]