centerscale: Matrix centering and scaling

View source: R/centerscale.R

centerscaleR Documentation

Matrix centering and scaling

Description

C routine to row-center and scale a matrix. Doesn't work with missing data.

Usage

centerscale(A)

Arguments

A

matrix

Value

matrix same dimensions A but row centered and scaled

Examples

Xc <- centerscale(hgdp_subset)

StoreyLab/lfa documentation built on June 10, 2025, 9:34 a.m.