fig_xs_profiles_L1: Cross Section Plot Figure

View source: R/fig_xs_profiles_L1.R

fig_xs_profiles_L1R Documentation

Cross Section Plot Figure

Description

Constructs a figure of plots describing a single cross section.

Usage

fig_xs_profiles_L1(
  cross_section,
  xs_number,
  dem,
  channel = NULL,
  floodplain = 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).

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.


FluvialGeomorph/fluvgeo documentation built on June 10, 2025, 12:03 p.m.