-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.49 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
Package: dendrometry
Type: Package
Date: 2023-02-10
Title: Forest Estimations and Dendrometric Computations
Version: 0.0.3.1
Authors@R: c(person(given = "Narcisse", family = "Yehouenou",
role = c("aut", "cre"), email = "[email protected]"),
person("Information and Communication Technology for you ONG (ICT4U-ONG)",
role = "fnd",
email = "[email protected]"))
Description: Computation of dendrometric and structural
parameters from forest inventory data. The objective is to provide an
user-friendly R package for researchers, ecologists, foresters,
statisticians, loggers and others persons who deal with forest inventory
data. Useful conversion of angle value from degree to radian, conversion from
angle to slope (in percentage) and their reciprocals as well as principal
angle determination are also included. Position and dispersion parameters
usually found in forest studies are implemented. The package contains
Fibonacci series, its extensions and the Golden Number computation.
Useful references are Arcadius Y. J. Akossou, Soufianou Arzouma,
Eloi Y. Attakpa, Noël H. Fonton and Kouami Kokou (2013) <doi:10.3390/d5010099>
and W. Bonou, R. Glele Kakaï, A.E. Assogbadjo, H.N. Fonton, B. Sinsin (2009)
<doi:10.1016/j.foreco.2009.05.032> .
License: GPL-3
Depends: R (>= 3.5.0)
VignetteBuilder: knitr
Suggests: knitr, rmarkdown
Imports: ForestFit
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3