| hy_network_type | R Documentation |
Returns the most specific hydroloom class. The class names map to database / graph representation patterns:
"hy_leveled": enriched edge list (+ topo_sort, levelpath)
"hy_topo": self-referencing edge list (id/toid, dendritic)
"hy_node": fromnode/tonode graph (id/fromnode/tonode)
"hy_flownetwork": junction table (id/toid/upmain/downmain)
"hy": name-aligned base object
hy_network_type(x)
x |
object to query. |
character. Most specific hydroloom class name, or
"not a hydroloom object" if x has no hydroloom class.
x <- sf::read_sf(system.file("extdata/new_hope.gpkg", package = "hydroloom"))
hy_network_type(hy(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.