fm.print.mat.infoR Documentation

Print the information of a FlashR object

Description

Print the information of the internal storage representation of a FlashR object. For a virtualized computation result, fm.print.mat.info prints the internal computation dependancy.

Usage

fm.print.mat.info(fm)

Arguments

fm

a FlashR object mat <- fm.runif.matrix(100, 10) fm.print.mat.info(mat) mat <- fm.runif.matrix(100, 10) + fm.runif.matrix(100, 10) fm.print.mat.info(mat)