Produces the FluvialGeomorph Estimate Bankfull report.
estimate_bankfull(
stream,
flowline_fc,
xs_dims_fc,
xs_points_ch_1,
xs_points_ch_2,
xs_points_ch_3,
xs_points_ch_4,
xs_points_fp_1,
xs_points_fp_2,
xs_points_fp_3,
xs_points_fp_4,
survey_name_1,
survey_name_2,
survey_name_3,
survey_name_4,
features_fc,
dem,
show_xs_map,
regions,
bankfull_elevations,
bf_estimate,
stat,
label_xs,
profile_units,
aerial,
elevation,
xs_label_freq,
exaggeration,
extent_factor,
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 the `flowline` feature class.
character; The path to the `riffle_channel_dims_L2` feature class. This is for the "base year" survey.
character; The path to the `riffle_channel_points` feature class for the "base year".
character; The path to the `riffle_channel_points` feature class for the second time period.
character; The path to the `riffle_channel_points` feature class for the third time period.
character; The path to the `riffle_channel_points` feature class for the fourth time period.
character; The path to the `riffle_floodplain_points` feature class for the "base year".
character; The path to the `riffle_floodplain_points` feature class for the second time period.
character; The path to the `riffle_floodplain_points` feature class for the third time period.
character; The path to the `riffle_floodplain_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 a `features` feature class.
character; The path to the DEM raster.
logical; Add the cross section maps to the report?
character; The regions that a dimension will be calculated for. See the regional_curves$region field for a complete list.
numeric vector; The bankfull elevations (units: detrended feet) that are used to calculate hydraulic geometry.
numeric; The detrended bankfull elevation (in feet) that is used to calculate hydraulic geometry.
character; The statistic to graph "RMSE", "MAE" (the default).
logical; Label cross sections?
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 output directory.
character; The output format of the report. One of "html_document", "word_document", "pdf_document".
Produces a FluvialGeomorph Estimate Bankfull report in the `output_dir` in the requested file format.