| parse_input | R Documentation |
Automatically detects input type and converts to internal format.
parse_input(input, directed = NULL, simplify = FALSE)
input |
Network input: matrix, data.frame (edge list), or igraph object. |
directed |
Logical. Force directed interpretation. NULL for auto-detect. |
List with nodes, edges, directed, and weights components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.