unscale_matrices {rrda}R Documentation

Unscale a matrix based on provided mean and standard deviation values.

Description

Unscale a matrix based on provided mean and standard deviation values.

Usage

unscale_matrices(mat, means, std = NULL)

Arguments

mat

A numeric matrix to be unscaled.

means

A numeric vector of means for each column.

std

A numeric vector of standard deviations for each column (optional).

Value

An unscaled numeric matrix.


[Package rrda version 0.1.1 Index]