graph.motifs.no | R Documentation |
graph.motifs.no()
was renamed to count_motifs()
to create a more
consistent API.
graph.motifs.no(graph, size = 3, cut.prob = rep(0, size))
graph |
Graph object, the input graph. |
size |
The size of the motif. |
cut.prob |
Numeric vector giving the probabilities that the search
graph is cut at a certain level. Its length should be the same as the size
of the motif (the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.