Creates the FluvialGeomorph Cross Section Metrics report.
level_3_report(
stream,
flowline_fc,
xs_fc,
xs_dims_fc,
xs_points_1,
xs_points_2,
xs_points_3,
xs_points_4,
survey_name_1,
survey_name_2,
survey_name_3,
survey_name_4,
dem,
banklines_fc,
features_fc,
bf_estimate,
regions,
label_xs,
show_xs_map = FALSE,
profile_units,
aerial = TRUE,
elevation = FALSE,
xs_label_freq = 5,
exaggeration = 10,
extent_factor = 1.2,
output_dir,
output_format
)
character; The stream name. The stream name must match a stream name in `ReachName` field in the other parameters.
character; The path to a `flowline` feature class.
character; The path to the cross section feature class.
character; The path to the "xs_dims" feature class.
character; The path to a `xs_points` feature class for the "base year".
character; The path to a `xs_points` feature class for the second time period.
character; The path to a `xs_points` feature class for the third time period.
character; The path to a `xs_points` feature class for the fourth time period.
character: The name or date of the "base year" survey.
character: The name or date of the second survey.
character: The name or date of the third survey.
character: The name or date of the fourth survey.
character; The path to the DEM raster.
character: the path to the banklines feature class.
character; The path to a `features` feature class.
numeric; Detrended bankfull estimate (units: detrended feet).
character vector; Regions to calculate hydraulic dimensions for. See the `RegionalCurve` package for a list of regions.
logical; Label cross sections?
logical; Add the cross section maps to the report?
character; the units of the longitudinal profile. One of "kilometers", "meters", "miles", or "feet".
logical; Display an overview map with an aerial photo background?
logical; Display an overview map with an elevation background?
numeric; An integer indicating the frequency of cross section labels.
numeric; The degree of terrain exaggeration.
numeric; The amount the extent is expanded around the cross section feature class. Values greater than one zoom out, values less than one zoom in.
character; The path to the folder in which to write the report.
character; The file format of the report. One of "html_document", "word_document", "pdf_document".
Produces a FluvialGeomorph Level 3 Report in the `output_dir` in the requested file format.