CheckMatrix | R Documentation |
Check Matrix Validity
CheckMatrix(object, checks, ...)
## Default S3 method:
CheckMatrix(object, checks, ...)
## S3 method for class 'dMatrix'
CheckMatrix(object, checks = c("infinite", "logical", "integer", "na"), ...)
## S3 method for class 'lMatrix'
CheckMatrix(object, checks = c("infinite", "logical", "integer", "na"), ...)
object |
A matrix |
checks |
Type of checks to perform, choose one or more from:
|
... |
Arguments passed to other methods |
Emits warnings for each test and invisibly returns NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.