View source: R/foehnix_functions.R
| is.standardized | R Documentation |
Returns TRUE
if input x is a standardized matrix, else FALSE.
is.standardized(x, ...)
## S3 method for class 'matrix'
is.standardized(x, ...)
x |
a matrix or standardized matrix. |
... |
ignored. |
Returns logical TRUE if matrix x is standardized, else FALSE.
standardize.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.