ncol-methods: The Number of Rows/Columns of a big.matrix

ncol,big.matrix-methodR 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


bigmemory documentation built on May 3, 2022, 1:07 a.m.