Description Usage Arguments Value See Also
View source: R/gaps_critical_edges.R
Note that this only works for undirected graphs. Regardless of whether the input graph is directed it is treated as undirected graph.
1 2 3 4 5 6 7 8 9 10 | plot_gaps_or_critical_dyads(
net,
edge_contribution,
colour,
title,
lvl_attr = c("sesType"),
cutoff = 2,
subset_graph = "none",
...
)
|
net |
network object |
edge_contribution |
data frame providing edge contribution data |
colour |
colour code for the weighted edges |
title |
title of the plot |
lvl_attr |
nodal attribute specifying level information |
cutoff |
Cut-off point in contributions of an edge to the number of motifs above which to analyse gaps |
subset_graph |
Whether to subset the graph to only show nodes involved in gaps. One of "none" (no subset, default), "partial" (only focal level is subset) or "focal" (only focal level shown) |
... |
list of additional parameters to be passed to plotting function
(see |
A plot of gaps or critical edges, sized by weight in a multilevel network
plot_gaps
, plot_critical_dyads
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.