normalize: Normalize a vector to sum to one.

View source: R/utils.r

normalizeR Documentation

Normalize a vector to sum to one.

Description

Divide a vector by its sum, resulting in a vector with sum equal to one.

Usage

normalize(x)

Arguments

x

vector of input data.

Value

the input divided by its sum. For the row-wise version, each row is divided by its sum.

Note

This function will return NA when any elements of the input are NA. May return Inf if the elements sum to zero.

Author(s)

Steven E. Pav shabbychef@gmail.com


shabbychef/ohenery documentation built on Oct. 19, 2023, 12:08 p.m.