Calculate morphological indexes multiple rivers or reaches

braidHymo(rivers, rel_path = "")

Arguments

rivers

a table containing river-related details.

Value

a table of morphological indexes

Examples

rivers=readr::read_csv2("data-raw/rivers.csv") %>%
   mutate(filepath=paste0("data-raw/",filepath))
#> Error in mutate(., filepath = paste0("data-raw/", filepath)): could not find function "mutate"
braidHymo(rivers)
#> Error in UseMethod("mutate"): no applicable method for 'mutate' applied to an object of class "c('double', 'numeric')"