isMatrix.Assert
From R.utils v1.12.0
by Henrik Bengtsson
Static method asserting thatan object is a matrix
Static method asserting thatan object is a matrix.
Usage
Assert$isMatrix(x, nrow=NULL, ncol=NULL, ...)
Arguments
Value
- Returns (invisibly)
TRUE
, or throws an exception.
synopsis
isMatrix.Assert(static, x, nrow=NULL, ncol=NULL, ...)
See Also
For more information see Assert
.
Community examples
Looks like there are no examples yet.