meander_width: Calculate the meander width for each loop

View source: R/meander_width.R

meander_widthR Documentation

Calculate the meander width for each loop

Description

Calculates the meander width (channel belt width) for each loop in the input 'bankline_points' data frame.

Usage

meander_width(bankline_points)

Arguments

bankline_points

sf data.frame; a fluvgeo bankline_points data structure

Value

Returns a data frame of loops with the calculated meander width in units feet.

Examples

bankline_points <- fluvgeo::sin_bankline_points_sf
mw <- meander_width(bankline_points = bankline_points)


FluvialGeomorph/fluvgeo documentation built on April 12, 2024, 5:35 p.m.