-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.15 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
43
Package: motif
Title: Local Pattern Analysis
Version: 0.6.4
Authors@R: c(
person(given = "Jakub", family = "Nowosad",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1057-3721")))
Description: Describes spatial patterns of categorical raster data for
any defined regular and irregular areas.
Patterns are described quantitatively using built-in signatures
based on co-occurrence matrices but also allows for
any user-defined functions.
It enables spatial analysis such as search, change detection,
and clustering to be performed on spatial patterns (Nowosad (2021) <doi:10.1007/s10980-020-01135-0>).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.1)
LinkingTo:
comat (>= 0.7.0),
Rcpp,
RcppArmadillo
Imports:
comat,
philentropy (>= 0.6.0),
Rcpp,
sf,
stars,
tibble
Suggests:
covr,
dplyr,
spdep,
knitr,
rmarkdown,
testthat (>= 2.1.0),
terra
URL: https://jakubnowosad.com/motif/
BugReports: https://github.com/Nowosad/motif/issues
VignetteBuilder: knitr