-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.63 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
Package: comat
Title: Creates Co-Occurrence Matrices of Spatial Data
Version: 0.9.5
Authors@R: c(person(given = "Jakub", family = "Nowosad", role = c("aut", "cre"), email =
"nowosad.jakub@gmail.com", comment = c(ORCID = "0000-0002-1057-3721")),
person("Maximillian H.K.", "Hesselbarth",
role = c("ctb"),
email = "maximilian.hesselbarth@uni-goettingen.de",
comment = "Co-author of underlying C++ code for get_class_index_map(),
get_unique_values(), and rcpp_get_coma() functions"),
person("Marco", "Sciaini",
role = "ctb",
email = "sciaini.marco@gmail.com",
comment = "Co-author of underlying C++ code for get_class_index_map(),
get_unique_values(), and rcpp_get_coma() functions"),
person("Sebastian", "Hanss",
role = "ctb",
comment = "Co-author of underlying C++ code for get_class_index_map(),
get_unique_values(), and rcpp_get_coma() functions"))
Description: Builds co-occurrence matrices based on spatial raster data.
It includes creation of weighted co-occurrence matrices (wecoma) and
integrated co-occurrence matrices
(incoma; Vadivel et al. (2007) <doi:10.1016/j.patrec.2007.01.004>).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp
Suggests:
tinytest,
covr,
knitr,
rmarkdown
URL: https://jakubnowosad.com/comat/
BugReports: https://github.com/Nowosad/comat/issues
VignetteBuilder: knitr