-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.59 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
Package: divraster
Title: Diversity Metrics Calculations for Rasterized Data
Version: 1.0.4
Authors@R: c(
person("Flávio M. M.", "Mota", , "flaviomoc@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0308-7151")),
person("Neander Marcel", "Heming", , "neanderh@yahoo.com.br", role = "aut",
comment = c(ORCID = "0000-0003-2461-5045")),
person("Gabriela", "Alves-Ferreira", , "gabriela-alves77@hotmail.com", role = "aut",
comment = c(ORCID = "0000-0001-5661-3381"))
)
Maintainer: Flávio M. M. Mota <flaviomoc@gmail.com>
Description: Alpha and beta diversity for taxonomic (TD), functional (FD), and phylogenetic (PD) dimensions based on rasters. Spatial and temporal beta diversity can be partitioned into replacement and richness difference components. It also calculates standardized effect size for FD and PD alpha diversity and the average individual traits across multilayer rasters. The layers of the raster represent species, while the cells represent communities. Methods details can be found at Cardoso et al. 2022 <https://CRAN.R-project.org/package=BAT> and Heming et al. 2023 <https://CRAN.R-project.org/package=SESraster>.
License: GPL (>= 3)
URL: https://github.com/flaviomoc/divraster, https://flaviomoc.github.io/divraster/
BugReports: https://github.com/flaviomoc/divraster/issues
Imports:
BAT,
SESraster,
stats,
terra,
utils
Suggests:
ape,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2