View source: R/is_simplicial.R
This function tests if a given node is a simplicial node in a graph. A simplicial node is a node, whose neighbours form a clique. The output of the function is a boolean variable with a value 0 or 1.
1 | is_simplicial(graph, node)
|
graph |
A graph that is stored in an adjacency matrix. |
node |
A node that is expressed in text, e.g. "V1" or "X1". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.