View source: R/xs_metrics_plot_L1.R
xs_metrics_plot_L1 | R Documentation |
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"
)
xs_dims_sf |
SimpleFeatures data frame of Level 1 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" |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.