| normalize {ohenery} | R 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
[Package ohenery version 0.1.1 Index]