fg.graph.info: Graph information

Description Usage Arguments Details Value Author(s)

Description

Functions for providing the basic information of a graph.

Usage

1
2
3
4
5
6
7
fg.vcount(graph)

fg.ecount(graph)

fg.in.mem(graph)

fg.is.directed(graph)

Arguments

graph

a FlashGraph object

Details

‘fg.vcount’ gets the number of vertices in a graph.

‘fg.ecount’ gets the number of edges in a graph.

‘fg.in.mem’ indicates whether a graph is stored in memory.

‘fg.is.directed’ indicates whether a graph is directed.

Value

‘fg.vcount’ and ‘fg.ecount’ returns integer constants. ‘fg.in.mem’ and ‘fg.is.directed’ returns boolean constants.

Author(s)

Da Zheng <dzheng5@jhu.edu>


flashxio/FlashGraphR documentation built on May 8, 2019, 11:11 p.m.