normalizeVector: Normalizes the vector 'x' to length 1.0.

View source: R/expression_funks.R

normalizeVectorR Documentation

Normalizes the vector x to length 1.0.

Description

Normalizes the vector x to length 1.0.

Usage

normalizeVector(x)

Arguments

numeric

vector

Value

x / euclNorm(x) or NaN if hasInvalidVecSpaceComponents(x) is TRUE.


asishallab/GeneFamilies documentation built on May 22, 2023, 11:30 a.m.