plot_channels: A function that plots channels and sections.

View source: R/get_channels.R

plot_channelsR Documentation

A function that plots channels and sections.

Description

A function that plots channels and sections.

Usage

plot_channels(channels, sr)

Arguments

channels

a table with channels and sections coordinates, as returned by get_channels

sr

tibble with columns l and z describing profile

Value

a plot

Examples

data(s1)
channels=get_channels(s1, hmin=1, hmax=5.5)
plot_channels(channels,s1)

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