normalize: Normalize a vector to sum to one.

Description Usage Arguments Value Note Author(s)

View source: R/utils.r

Description

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

Usage

1

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


ohenery documentation built on Oct. 30, 2019, 9:53 a.m.