A function that returns channels delimited by one local maxima (on one side).

get_channel_from_section(section, sr)

Arguments

section

tibble with a section's descriptors (one row-tibble)

sr

sr tibble with columns l and z describing profile

Value

descriptors of the channel corresponding to section

Examples

data(s1) sections=get_sections(s1,hmin=1,hmax=4.5) get_channel_from_section(sections[2,],s1)
#> Error in get_channel_from_section(sections[2, ], s1): impossible de trouver la fonction "get_channel_from_section"