is.nummat {ciftiTools} | R Documentation |
Validate a numeric matrix
Description
Check if object is a numeric matrix.
Usage
is.nummat(x)
Arguments
x |
The putative numeric matrix |
Details
This is a helper function for is.xifti
.
Value
Logical. Is x
a valid numeric matrix?
[Package ciftiTools version 0.17.4 Index]