Skip to contents

Returns decomposition$overrides – the non-dendritic inter-domain transfer table passed through from decompose_network(). NULL when no overrides were supplied.

Usage

get_overrides(decomposition)

Arguments

decomposition

object of class domain_decomposition.

Value

data.frame or NULL.

Examples

g <- sf::read_sf(system.file("extdata/walker.gpkg", package = "hydroloom"))

h <- hy(g) |>
  add_toids() |>
  add_levelpaths(name_attribute = "GNIS_ID",
    weight_attribute = "arbolate_sum")

d <- decompose_network(h)

get_overrides(d)
#> NULL