get_sections: A function that returns sections delimited by local maxima...

View source: R/get_sections.R

get_sectionsR Documentation

A function that returns sections delimited by local maxima with height > hmin.

Description

A function that returns sections delimited by local maxima with height > hmin.

Usage

get_sections(sr, hmin, hmax)

Arguments

sr

tibble with columns l and z describing first profile

hmin

the minimum height (relative to local minimum of z) of levees-defining local maxima

hmax

the maximum height (relative to minimum of z) of a channel-defining local minima

Value

hmin

Examples

data(s1)
get_sections(s1, hmin=1,hmax=5)

lvaudor/riverbed documentation built on Feb. 25, 2023, 3:47 p.m.