Learn R Programming

scidb (version 1.0-1)

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)

Arguments

x
A scidb object.

Value

  • The number of rows of the matrix.