-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.34 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: braidHymo
Type: Package
Title: Calculation of hydromorphological indexes for braided rivers (BRI* and W*).
Version: 0.1.0
Authors@R:
c(person(given = "Lise",
family = "Devreux",
role = c("aut")),
person(given = "Lise",
family = "Vaudor",
role = c("aut", "cre"),
email = "lise.vaudor@ens-lyon.fr"
),
person(given = "Sandrine",
family = "Lallias-Tacon",
role = "aut"
),
person(given="Barbara",
family="Belletti",
role="aut"),
person(given="Mathieu",
family="Cassel",
role="aut"),
person(given="Frédéric",
family="Liébault",
role="aut"),
person(given="Margot",
family="Chapuis",
role="aut"))
Maintainer: Lise Vaudor <lise.vaudor@ens-lyon.fr>
Description: Calculate hydromorphological indexes BRI* and W* regarding braiding rivers.
Ce code peut être utilisé pour appliquer les indices morphométriques suivants (Terrier et al., 2019): le BRI* (Liébault et al., 2013) et le W* (Piégay et al., 2009) sur des données de tronçons en tresses..
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
ggplot2
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
RoxygenNote: 7.1.2