map_motifs | R Documentation |
These functions will plot graphs of the motifs used in a vector of results of e.g. a triad census.
## S3 method for class 'node_motif'
plot(x, ...)
## S3 method for class 'network_motif'
plot(x, ...)
x |
An object of "node_motif" class, e.g. resulting from a call to
|
... |
Other arguments to be passed on. |
plot.node_motif()
returns a set of graphs that illustrate the
motifs mentioned in the results from a node_motif function in {manynet}
.
plot.network_motif()
returns a set of graphs that illustrate the
motifs mentioned in the results from a net_motif function in {manynet}
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.