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 March 7, 2024, 9:59 p.m.