make_motifs | R Documentation |
create_motifs()
is used to create a list of networks that represent the
subgraphs or motifs corresponding to a certain number of nodes and direction.
Note that currently only n==2
to n==4
is implemented,
and the latter only for undirected networks.
create_motifs(n, directed = FALSE)
n |
Given:
|
directed |
Logical whether the graph should be directed.
By default |
Other makes:
make_cran
,
make_create
,
make_ego
,
make_explicit
,
make_learning
,
make_play
,
make_random
,
make_read
,
make_stochastic
,
make_write
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.