| subgraphs | R Documentation |
Convenience wrapper for motifs(x, named_nodes = TRUE, ...). Returns
specific node triples forming each MAN pattern.
subgraphs(...)
... |
Additional arguments passed to plot helpers. |
Same as motifs. See that function for details.
motifs()
Other motifs:
extract_motifs(),
extract_triads(),
get_edge_list(),
motif_census(),
motifs(),
plot.cograph_motif_analysis(),
plot.cograph_motifs(),
triad_census()
mat <- matrix(c(0,3,2,0, 0,0,5,1, 0,0,0,4, 2,0,0,0), 4, 4, byrow = TRUE)
rownames(mat) <- colnames(mat) <- c("Plan","Execute","Monitor","Adapt")
subgraphs(mat, significance = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.