View source: R/extendr-wrappers.R
| rust_is_connected | R Documentation |
Check if a graph is connected
rust_is_connected(i, j, n)
i |
Row indices of adjacency matrix |
j |
Column indices of adjacency matrix |
n |
Number of nodes |
TRUE if connected, FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.