normalize.rsphere {nem} | R Documentation |
Normalizes values of a vector such that the sum of squared elements equal to $r^2$.
normalize.rsphere(X, r = 1)
r |
the diameter of a sphere, default 1. |
x |
A vector or a matrix with values to be normalized. |
It returns a data frame with normalized values.
Marjan Cugmas