matrix.standardise: Standardise the columns of a matrix to have mean zero and...

View source: R/linalg.R

matrix.standardiseR Documentation

Standardise the columns of a matrix to have mean zero and length 1

Description

Standardise the columns of a matrix to have mean zero and length 1

Usage

matrix.standardise(X)

Arguments

X

a matrix

Value

a standardised matrix


wangtengyao/putils documentation built on Nov. 26, 2024, 2:01 a.m.