Learn R Programming

Plasmidprofiler (version 0.1.6)

normalize: 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

Run this code
## Not run: 
#  normalize(x)
#  ## End(Not run)

Run the code above in your browser using DataLab