network_is_dag | R Documentation |
sf
flowline network is a DAG (Directed acyclic graph).Check if network is DAG
Checks in a sf
flowline network is a DAG (Directed acyclic graph).
network_is_dag(fl, ID = "id", toID = "toid")
fl |
a LINESTRING |
ID |
the name of the ID column in |
toID |
the name of the toID column in |
boolean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.