fm.infoR Documentation

The information of a FlashR object

Description

These functions provide the basic information of a FlashR object.

Usage

fm.is.sym(fm)

fm.matrix.layout(fm)

fm.is.sparse(fm)

fm.is.sink(fm)

fm.in.mem(fm)

fm.is.object(fm)

Arguments

fm

The FlashR object

Details

fm.is.sym indicates whether a matrix is symmetric.

fm.matrix.layout indicates how data in a matrix is organized.

fm.is.sparse indicates whether a matrix is sparse.

fm.is.sink indicates whether a FlashR object is a sink matrix.

fm.in.mem indicates whether a FlashR object is stored in memory.

fm.is.object indicates whether this is a FlashR object.

Value

fm.is.sym and fm.is.sparse returns boolean constants.

Author(s)

Da Zheng <dzheng5@jhu.edu>