View source: R/hy_feature_functions.R
apply_nexus_topology | R Documentation |
Apply Nexus Topology This function enforces the nexus–>flowpath topology and adds a catchment and flowpath edgelist to the network_list object. Additonally, nexus locations are identified and added as well.
apply_nexus_topology( network_list, nexus_prefix = "nex-", terminal_nexus_prefix = "tnex-", catchment_prefix = "cat-", waterbody_prefix = "wb-", term_cut = 1e+09, verbose = TRUE )
network_list |
a list containing flowpath and catchment |
nexus_prefix |
character prefix for nexus IDs |
terminal_nexus_prefix |
character prefix for terminal nexus IDs |
catchment_prefix |
character prefix for catchment IDs |
waterbody_prefix |
character prefix for catchment IDs |
term_cut |
terminal IDs begin above a defined threshold |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.