Package: comat Title: Creates Co-Occurrence Matrices of Spatial Data Version: 0.9.8 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) ). License: MIT + file LICENSE Encoding: UTF-8 LazyData: false Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.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 Repository: https://nowosad.r-universe.dev Date/Publication: 2026-03-17 13:48:32 UTC RemoteUrl: https://github.com/nowosad/comat RemoteRef: HEAD RemoteSha: cf4c7902751e7915c0b61232a776952090f4d90c NeedsCompilation: yes Packaged: 2026-06-24 03:14:46 UTC; root Author: Jakub Nowosad [aut, cre] (ORCID: ), Maximillian H.K. Hesselbarth [ctb] (Co-author of underlying C++ code for get_class_index_map(), get_unique_values(), and rcpp_get_coma() functions), Marco Sciaini [ctb] (Co-author of underlying C++ code for get_class_index_map(), get_unique_values(), and rcpp_get_coma() functions), Sebastian Hanss [ctb] (Co-author of underlying C++ code for get_class_index_map(), get_unique_values(), and rcpp_get_coma() functions) Maintainer: Jakub Nowosad