Learn R Programming

spheresmooth (version 0.1.3)

normalize_lower: 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)

Value

Numeric vector with normalized.

Arguments

v

Numeric vector.

Examples

Run this code
normalize_lower(1:6)

Run the code above in your browser using DataLab