v_normalize: Normalize a vector to unit length

Description Usage Arguments Value Examples

Description

Normalize a vector to unit length

Usage

1
v_normalize(i_vect)

Arguments

i_vect

A vector

Value

i_vect normalized to unit length

Examples

1
v_normalize(c(1,1,1,1))

kpflugshaupt/R-Scripts documentation built on May 14, 2019, 7:20 p.m.