Constructs a Level 2 figure of plots describing a single cross section.
fig_xs_profiles_L2(
cross_section,
xs_number,
dem,
channel = NULL,
floodplain = NULL,
bf_estimate = NULL,
regions = NULL,
extent_factor = 1,
xs_pts_sf_list
)
sf; A cross section lines feature class.
integer; The cross section `Seq` number of the requested cross section.
terra SpatRaster; A dem raster.
sf; A channel polygon feature class (optional).
sf; A floodplain polygon feature class (optional).
numeric; Detrended bankfull estimate (units: detrended feet).
character vector; Regions to calculate hydraulic dimensions for. See the `RegionalCurve` package for a list of regions.
numeric; A numeric value used to expand the map extent around each cross section.'
list; a list of `sf` objects of cross section points, one for each survey time period to be graphed. Survey list items must be tagged with the survey label to be used in the graph legend.
A patchwork figure.