R/cross_section_dimensions_L2.R
cross_section_dimensions_L2.Rd
Calculates level 2 cross section dimensions for the input cross section feature class.
cross_section_dimensions_L2(
xs,
xs_points,
bankfull_elevation,
lead_n,
use_smoothing,
loess_span = 0.5,
vert_units
)
sf; the full path to a cross section line feature class
sf data frame; the full path to a cross section points feature class
numeric; The bankfull elevation (in feet) that is used to calculate hydraulic geometry.
numeric; The number of features to lead/lag on either side of each feature that will be used to calculate the slope and sinuosity.
boolean; determines if smoothed elevation values are used to calculate gradient. values are: TRUE, FALSE (default)
numeric; the loess regression span parameter, defaults to 0.05
character; The vertical units. One of: "m" (meter), "ft" (foot), "us-ft" (us survey foot)
A new cross section data frame with the hydraulic geometry dimensions added.