Description Usage Arguments Value Note
View source: R/networkGraphs.R
This function removes isolate vertices, multiple edges between vertices and or vertex edge loops from a graph.
1 | applyGraphFilters(g, isolates = TRUE, multi_edge = TRUE, loops_edge = TRUE)
|
g |
igraph |
isolates |
Logical. Include isolate vertices in graph. Default is |
multi_edge |
Logical. Include multiple edges between vertices in graph. Default is |
loops_edge |
Logical. Include vertex edge loops in graph. Default is |
An igraph graph object.
Removing multiple edges or edge loops from a graph will simplify it and remove other edge attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.