backtracking_paths: track path from junction (nearest to outfall) to start

Description Usage

View source: R/drainage_network_helper_functions.R

Description

track path from junction (nearest to outfall) to start

Usage

1
2
3
4
5
6
7
backtracking_paths(
  start,
  outfalls,
  junctions,
  conduits_sf,
  next_to_seen = list()
)

DoeringA/urbandrain documentation built on Jan. 18, 2021, 12:32 a.m.