adjustSlopesAndJuncDepths: slope and junction depth adjustment algorithm

Description Usage

View source: R/drainage_network_helper_functions.R

Description

slope and junction depth adjustment algorithm

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
adjustSlopesAndJuncDepths(
  conduits,
  junctions,
  outfall,
  min_slope,
  max_slope,
  min_junc_depth,
  mean_junc_depth,
  max_junc_depth
)

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