m_connected | R Documentation |
Get m-connected vertices
m_connected(graph, X, Z)
graph |
an object of class |
X |
set of vertices to check for m-connection |
Z |
vertices to condition on |
Perform a breadth-first search to find m-connected vertices given a specified set.
Based on the C++ function 'dConnected' from the package dagitty
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.