planform: Calculate planform dimensions

View source: R/planform.R

planformR Documentation

Calculate planform dimensions

Description

Calculates planform dimensions (bend radius of curvature, meander wavelength, and meander belt width) for each bend and loop in the input 'bankline_points' data frame.

Usage

planform(bankline_points)

Arguments

bankline_points

sf data frame; a 'bankline_points' data structure used by the fluvgeo package.

Value

Returns a data frame of bends with the calculated planform dimensions.

Examples

pf <- planform(fluvgeo::sin_bankline_points_sf)


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