Network: Network() This function bundles together steps following...

Description Usage Arguments

Description

It requires the list returned by charDf_to_edgelist (novel.net). It simplifies, removes isolates, and attaches a layout as a global variable

Usage

1
2
Network(novel.net = novel.net, layout = "fr", remove.isolates = TRUE,
  min.degree = 0)

Arguments

novel.net

List including igraph network, produced by charDf_to_edgelist(). Default is novel.net.

layout

FALSE, or Character, passed to igraph layout function layout_with_XXX(). Accepts fr, "gem", kk, tree, circle, sphere, lgl. If FALSE, no layout is attached.

remove.isolates

Logical. Passed to chardf_to_edgelist. If TRUE, isolates are removed

min.degree

Numeric. Vertices of lower degree are ignored.


seanrsilver/novnet documentation built on June 19, 2019, 12:44 a.m.