graph_info: Graph Information

Description Usage Arguments

Description

Gets graph information

Usage

1
2
graph_info(edgelist, vertices, sorted = FALSE, decreasing = FALSE,
  ordering = NULL, labels = NULL)

Arguments

edgelist

basically a two-column matrix with edges

vertices

optional vector of vertex names corresponding with those in the edgelist

sorted

logical to indicate if nodes should be sorted (default FALSE)

decreasing

logical to indicate type of sorting (used only when sorted=TRUE)

ordering

optional numeric or string vector providing the ordering of nodes. When provided, this parameter overrides sorted=TRUE). See the details section for more information.

labels

optional string vector with labels for the nodes


REIDS documentation built on May 2, 2019, 6:42 a.m.