-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.66 KB
/
Copy pathDESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.66 KB
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
Package: divraster
Title: Diversity Metrics Calculations for Rasterized Data
Version: 1.2.3
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
Depends:
R (>= 4.1.0)
Imports:
BAT,
SESraster,
terra,
utils,
dplyr,
sf
Suggests:
ape,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3