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

is.standardized(x, ...)

# S3 method for 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