adjacent.triangles | R Documentation |
adjacent.triangles()
was renamed to count_triangles()
to create a more
consistent API.
adjacent.triangles(graph, vids = V(graph))
graph |
The input graph. It might be directed, but edge directions are ignored. |
vids |
The vertices to query, all of them by default. This might be a vector of numeric ids, or a character vector of symbolic vertex names for named graphs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.