-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
56 lines (56 loc) · 2.02 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
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: BIOMASS
Type: Package
Title: Estimating Aboveground Biomass and Its Uncertainty in Tropical Forests
Version: 2.1.14
Date: 2024-03-19
Authors@R: c(
person("Maxime", "Réjou-Méchain", email = "[email protected]", role = c("aut", "dtc")),
person("Guillaume","Cornu", email = "[email protected]", role = c("aut"), comment = c(ORCID="0000-0002-7523-5176")),
person("Dominique", "Lamonica", email = "[email protected]", role = c("aut","cre")),
person("Arthur", "Pere", role = c("aut")),
person("Ariane", "Tanguy", role = c("aut")),
person("Camille", "Piponiot", role = c("aut")),
person("Jerome", "Chave", email = "[email protected]", role = c("dtc")),
person("Bruno", "Hérault", email = "[email protected]", role = c("aut")),
person("Ted", "Feldpausch", email = "[email protected]", role = c("dtc")),
person("Philippe", "Verley", email = "[email protected] ", role = c("ctb")),
person("Arthur", "Bailly", email = "[email protected] ", role = c("aut"))
)
Description: Contains functions to estimate aboveground biomass/carbon and its uncertainty in tropical forests.
These functions allow to (1) retrieve and to correct taxonomy, (2) estimate wood density and its uncertainty,
(3) construct height-diameter models, (4) manage tree and plot coordinates,
(5) estimate the aboveground biomass/carbon at the stand level with associated uncertainty.
To cite 'BIOMASS', please use citation("BIOMASS").
See more in the article of Réjou-Méchain et al. (2017) <doi:10.1111/2041-210X.12753>.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R(>= 3.6)
Roxygen: list(markdown = TRUE)
URL: https://umr-amap.github.io/BIOMASS, https://github.com/umr-amap/BIOMASS
BugReports: https://github.com/umr-amap/BIOMASS/issues
Imports:
minpack.lm,
jsonlite,
methods,
proj4,
graphics,
stats,
utils,
data.table (>= 1.9.8),
rappdirs,
sf,
terra,
ggplot2
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown,
prettydoc,
testthat,
curl,
geodata,
httr2,
pkgdown,
dplyr
RoxygenNote: 7.3.2