Produces a longitudinal plot of Level 3 cross section metrics for the input stream reach.

xs_metrics_plot_L3(
  xs_dims_sf,
  features_sf,
  label_xs = TRUE,
  xs_label_freq = 10,
  profile_units = "kilometers"
)

Arguments

xs_dims_sf

SimpleFeatures data frame of Level 3 cross section dimensions.

features_sf

SimpleFeatures data frame of infrastructure features.

label_xs

logical; Draw the cross section locations?

xs_label_freq

numeric; An integer indicating the frequency of cross section labels.

profile_units

character; the units of the longitudinal profile. One of "kilometers", "meters", "miles", or "feet".

Value

A ggplot2 object.