fg.get.sparse.matrixR Documentation

Load a sparse matrix to FlashGraphR.

Description

Load a sparse matrix to FlashGraphR from FlashGraph.

Usage

fg.get.sparse.matrix(fg)

Details

‘fg.get.sparse.matrix’ gets a FlashMatrix sparse matrix that references a matrix represented by a FlashGraph object.

Examples

fg <- fg.load.graph("graph.adj", "graph.index")
fm <- fg.get.sparse.matrix(fg)