ncol,big.matrix-method {bigmemory}R Documentation

The Number of Rows/Columns of a big.matrix

Description

nrow and ncol return the number of rows or columns present in a big.matrix object.

Usage

## S4 method for signature 'big.matrix'
ncol(x)

## S4 method for signature 'big.matrix'
nrow(x)

Arguments

x

A big.matrix object

Value

An integer of length 1


[Package bigmemory version 4.6.4 Index]