is.standardized: Check if Matrix is Standardized

View source: R/foehnix_functions.R

is.standardizedR Documentation

Check if Matrix is Standardized

Description

Returns TRUE if input x is a standardized matrix, else FALSE.

Usage

is.standardized(x, ...)

## S3 method for class 'matrix'
is.standardized(x, ...)

Arguments

x

a matrix or standardized matrix.

...

ignored.

Value

Returns logical TRUE if matrix x is standardized, else FALSE.

See Also

standardize.


retostauffer/Rfoehnix documentation built on June 5, 2023, 11:39 p.m.