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
)

Arguments

cross_section

sf; A cross section lines feature class.

xs_number

integer; The cross section `Seq` number of the requested cross section.

dem

terra SpatRaster; A dem raster.

channel

sf; A channel polygon feature class (optional).

floodplain

sf; A floodplain polygon feature class (optional).

bf_estimate

numeric; Detrended bankfull estimate (units: detrended feet).

regions

character vector; Regions to calculate hydraulic dimensions for. See the `RegionalCurve` package for a list of regions.

extent_factor

numeric; A numeric value used to expand the map extent around each cross section.'

xs_pts_sf_list

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.

Value

A patchwork figure.