R/xs_compare_plot_L2.R
xs_compare_plot_L2.Rd
Produces a cross section profile plot for the specified cross section for the input surveys.
xs_compare_plot_L2(
stream,
xs_number,
xs_pts_sf_list,
bankfull_elevation,
aspect_ratio = 0.5,
extent = "all"
)
character; The name of the stream.
integer; The cross section `Seq` number.
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.
numeric; The detrended bankfull elevation (in feet) that is used to calculate hydraulic geometry.
numeric; The aspect ratio of the graph.
character; The extent of the cross section to plot. One of "all", "floodplain", or "channel".
A ggplot2 object.
This function is used to plot the cross section profile from a
series of xs_points
data frames representing multiple surveys.
The xs_compre_plot
function requires a xs_points
dataframe. See the sin_xs_points
package dataset for an example of
this format of cross section data produced by the FluvialGeomorph
ArcGIS toolbox.