Learn R Programming

ThreeWay (version 1.1.3)

nrm2: Columnwise normalization of a matrix

Description

Computation of a columnwise normalized version of a matrix.

Usage

nrm2(A)

Arguments

A
Matrix of any order

Value

N
Matrix columnwise normalized

See Also

Cc

Examples

Run this code
X <- matrix(rnorm(6*3),ncol=3)
Y <- nrm2(X)
apply(Y^2, 2, sum)

Run the code above in your browser using DataLab