Creates a FluvialGeomorph Level 1 report, version b.
level_1_report_b(
stream,
flowline_fc,
cross_section_fc,
flowline_points_1,
flowline_points_2,
flowline_points_3,
flowline_points_4,
xs_points_1,
xs_points_2,
xs_points_3,
xs_points_4,
survey_name_1,
survey_name_2,
survey_name_3,
survey_name_4,
features_fc,
channel_fc,
floodplain_fc,
dem,
show_xs_map = TRUE,
profile_units,
aerial = TRUE,
elevation = FALSE,
xs_label_freq = 5,
exaggeration = 10,
extent_factor = 1.2,
output_dir,
output_format = "word_document"
)
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 a Level 1 cross section dimensions feature class.
character; The path to a `flowline_points` feature class for the first time period.
character; The path to a `flowline_points` feature class for the second time period.
character; The path to a `flowline_points` feature class for the third time period.
character; The path to a `flowline_points` feature class for the fourth time period.
character; The path to a `xs_points` feature class for the first time period.
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 first 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 a `features` feature class.
character; The path to the `channel` polygon feature class.
character; The path to the `floodplain` polygon feature class.
character; The path to the DEM raster.
logical; Add the cross section maps to the report?
character; The units to be used for the x-axis of the longitudinal profile graphs. One of "feet", "miles", "meters", "kilometers".
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 1 Report in the `output_dir` in the requested file format.