-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
40 lines (40 loc) · 1.08 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
Package: belg
Title: Boltzmann Entropy of a Landscape Gradient
Version: 1.5.3
Description: Calculates the Boltzmann entropy of a landscape gradient.
This package uses the analytical method created by Gao, P., Zhang, H.
and Li, Z., 2018 (<doi:10.1111/tgis.12315>) and by Gao, P. and Li, Z., 2019
(<doi:10.1007/s10980-019-00854-3>). It also extend the original ideas by
allowing calculations on data with missing values.
Authors@R: c(person("Jakub", "Nowosad",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1057-3721")),
person("Space Informatics Lab", role = c("cph"))
)
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Depends:
R (>= 3.3.0)
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp
Suggests:
testthat,
sp,
raster,
covr,
knitr,
rmarkdown,
ggplot2,
rasterVis,
stars,
terra
URL: https://r-spatialecology.github.io/belg/
BugReports: https://github.com/r-spatialecology/belg/issues
VignetteBuilder: knitr