forked from r-spatialecology/belg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.09 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
Package: belg
Title: Boltzmann Entropy of a Landscape Gradient
Version: 1.4.1
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
LazyData: true
ByteCompile: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 3.3.0)
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
raster,
Rcpp
Suggests:
testthat,
sf,
sp,
stars,
covr,
knitr,
rmarkdown,
ggplot2,
rasterVis
URL: https://r-spatialecology.github.io/belg/
BugReports: https://github.com/r-spatialecology/belg/issues
VignetteBuilder: knitr