create_graph: Utilities for creating and interacting with graph objects.

Description Usage Arguments

View source: R/graph.R

Description

Utilities for creating and interacting with graph objects.

Usage

1
create_graph(A, mode = NULL, remove_self_loops = T)

Arguments

A

input MATRIX

mode

Character scalar, specifies how igraph should interpret the supplied matrix.

remove_self_loops

If True, remove the diagonal of the matrix before creating the graph object.


travisbyrum/constructnet documentation built on March 3, 2021, 12:18 p.m.