graph_ | R Documentation |
This is a generic function to convert R objects to igraph graphs.
graph_(...)
... |
Parameters, see details below. |
TODO
## These are equivalent
graph_(cbind(1:5, 2:6), from_edgelist(directed = FALSE))
graph_(cbind(1:5, 2:6), from_edgelist(), directed = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.