View source: R/sf_to_tidygraph.R
sf_to_tidygraph | R Documentation |
Creates a graph with nodes and edges from sf objects
sf_to_tidygraph(x, directed = TRUE)
x |
sf object |
directed |
logical. TRUE if directed graph. Defaults to TRUE. |
tbl_graph (and igraph) object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.