nnLayout: 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
nnLayout(novel.net = novel.net, layout.with = "fr",
  remove.isolates = TRUE, min.degree = 0)

Arguments

novel.net

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

layout.with

FALSE, or Character. Determines igraph layout function to apply. Accepts "fr" (layout_with_fr, default), "gem" (layout_with_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.