Description Usage Arguments Value Examples
View source: R/braidHymo_one.R
Calculate morphological indexes for one river or reach
1 | braidHymo_one(rivdata, area, points_space)
|
rivdata |
river data |
area |
total area |
points_space |
space between points |
a 1-row table of morphological indexes
1 2 3 4 5 | data_Drac=braidHymo_read("data-raw/Drac_Chabottes_2018.txt")
result_Drac=braidHymo_one(data_Drac,
area=253,
points_space=1)
result_Drac
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.