Description Usage Arguments Value See Also Examples
Returns an example for a motif found in a given network
1 | exemplify_motif(net, motif, lvl_attr = "sesType", directed = NULL)
|
net |
network object |
motif |
motif identifier string for the motif |
lvl_attr |
character vector specifying the attribute name where level
information is stored in |
directed |
whether the graph shall be treated as a directed graph. Per
default ( |
vector of nodes in the motif
1 2 3 4 | ## Not run:
exemplify_motif(ml_net, motif = "1,2[I.C]", directed = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.