meander_length: Calculate the meander length for each loop

View source: R/meander_length.R

meander_lengthR Documentation

Calculate the meander length for each loop

Description

Calculates the meander length (wavelength) for each loop in the input 'bankline_points' data frame.

Usage

meander_length(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 length in units feet.

Examples

meander_length(fluvgeo::sin_bankline_points_sf)


FluvialGeomorph/fluvgeo documentation built on Feb. 19, 2025, 4:24 p.m.