Assert$isMatrix {R.utils} | R Documentation |
Static method asserting that an object is a matrix
Description
Static method asserting that an object is a matrix.
Usage
## Static method (use this):
## Assert$isMatrix(x, nrow=NULL, ncol=NULL, ...)
## Don't use the below:
## S3 method for class 'Assert'
isMatrix(static, x, nrow=NULL, ncol=NULL, ...)
Arguments
x |
Object to be checked. |
nrow |
Required number of rows. If |
ncol |
Required number of columns. If |
... |
Not used. |
Value
Returns (invisibly) TRUE
, or throws an exception.
Author(s)
Henrik Bengtsson
See Also
For more information see Assert
.
[Package R.utils version 2.13.0 Index]