Produces a longitudinal plot of Level 1 cross section metrics for the input stream reach.
xs_metrics_plot_L1(
xs_dims_sf,
features_sf,
label_xs = TRUE,
xs_label_freq = 10,
profile_units = "kilometers"
)
SimpleFeatures data frame of Level 1 cross section dimensions.
SimpleFeatures data frame of infrastructure features.
logical; Draw the cross section locations?
numeric; An integer indicating the frequency of cross section labels.
character; the units of the longitudinal profile. One of "kilometers", "meters", "miles", or "feet"
A ggplot2 object.