normalize_lower {spheresmooth}R Documentation

This function normalizes the the input vector v by dividing its L2 norm (Euclidean norm).

Description

This function normalizes the the input vector v by dividing its L2 norm (Euclidean norm).

Usage

normalize_lower(v)

Arguments

v

Numeric vector.

Value

Numeric vector with normalized.

Examples

normalize_lower(1:6)

[Package spheresmooth version 0.1.3 Index]