braidHymo: Calculate morphological indexes multiple rivers or reaches

Description Usage Arguments Value Examples

View source: R/braidHymo.R

Description

Calculate morphological indexes multiple rivers or reaches

Usage

1
braidHymo(rivers, rel_path = "")

Arguments

rivers

a table containing river-related details.

Value

a table of morphological indexes

Examples

1
2
3
rivers=readr::read_csv2("data-raw/rivers.csv") %>%
   mutate(filepath=paste0("data-raw/",filepath))
braidHymo(rivers)

lvaudor/braidHymo documentation built on Feb. 14, 2022, 11:03 a.m.