Description Usage Arguments Value See Also Examples
If no network is provided, a motif in a dummy network
(motifr::dummy_net
or motifr::large_directed_dummy_net
) will be
shown.
1 | show_motif(motif, net = NULL, lvl_attr = c("sesType"), directed = NULL, ...)
|
motif |
motif identifier string for the motif |
net |
network object |
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 ( |
... |
additional arguments to be passed to plotting function (e.g.
|
plot
1 2 3 4 | ## Not run:
show_motif("1,2[I.C]", net = ml_net, directed = FALSE, label = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.