nrow.scidb: Number of rows or columns of a SciDB matrix.
Description
Return the number of rows of a SciDB matrix (2-D array).Usage
## S3 method for class 'scidb':
nrow(x)
## S3 method for class 'scidb':
ncol(x)
Value
- The number of rows of the matrix.