cut_series: A function that returns the part of sr delimited by a and b.

View source: R/clean_transect.R

cut_seriesR Documentation

A function that returns the part of sr delimited by a and b.

Description

A function that returns the part of sr delimited by a and b.

Usage

cut_series(sr, channels)

Arguments

sr

tibble with columns l and z describing profile

channels

the channel-describing data to use to cut the data into sub-series

Value

the part of sr that is comprised between a and b

Examples

data(s1)
channels=get_channels(s1,hmin=1,hmax=4.5)
cut_series(s1, channels)

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