dimR Documentation

Dimensions of an FlashR Object

Description

Retrieve the dimension of an FlashR object.

Usage

## S4 method for signature 'fm'
dim(x)

Arguments

x

A FlashR matrix.

Examples

mat <- fm.runif.matrix(100, 10)
dim(mat)