Package: comat 0.9.5
comat: Creates Co-Occurrence Matrices of Spatial Data
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>).
Authors:
comat_0.9.5.tar.gz
comat_0.9.5.zip(r-4.5)comat_0.9.5.zip(r-4.4)comat_0.9.5.zip(r-4.3)
comat_0.9.5.tgz(r-4.4-x86_64)comat_0.9.5.tgz(r-4.4-arm64)comat_0.9.5.tgz(r-4.3-x86_64)comat_0.9.5.tgz(r-4.3-arm64)
comat_0.9.5.tar.gz(r-4.5-noble)comat_0.9.5.tar.gz(r-4.4-noble)
comat_0.9.5.tgz(r-4.4-emscripten)comat_0.9.5.tgz(r-4.3-emscripten)
comat.pdf |comat.html✨
comat/json (API)
NEWS
# Install 'comat' in R: |
install.packages('comat', repos = c('https://nowosad.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nowosad/comat/issues
- raster_w - A matrix with weights
- raster_w_na - A matrix with weights and missing values
- raster_x - A matrix with categories
- raster_x_na - A matrix with categories and missing values
- raster_y - A matrix with categories
Last updated 12 months agofrom:1d0c988c33. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
R-4.4-win-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-aarch64 | OK | Nov 06 2024 |
R-4.3-win-x86_64 | OK | Nov 06 2024 |
R-4.3-mac-x86_64 | OK | Nov 06 2024 |
R-4.3-mac-aarch64 | OK | Nov 06 2024 |
Exports:get_cocomaget_cocoveget_comaget_coveget_incomaget_incoveget_wecomaget_wecoveit_metric
Dependencies:RcppRcppArmadillo
A co-occurrence matrix (coma) representation
Rendered fromcoma.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2022-01-29
Started: 2020-03-20
A weighted co-occurrence matrix (wecoma) representation
Rendered fromwecoma.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2023-01-31
Started: 2020-03-20
An integrated co-occurrence matrix (incoma) representation
Rendered fromincoma.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2021-03-20
Started: 2020-03-30
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a co-located co-occurrence matrix (cocoma) | get_cocoma |
Create a co-located co-occurrence vector (cocove) | get_cocove |
Create a co-occurrence matrix (coma) | get_coma |
Create a co-occurrence vector (cove) | get_cove |
Create an integrated co-occurrence matrix (incoma) | get_incoma |
Create an integrated co-occurrence vector (incove) | get_incove |
Create a weighted co-occurrence matrix (wecoma) | get_wecoma |
Create a weighted co-occurrence vector (wecove) | get_wecove |
Calculates an Information Theory-based metric | it_metric |
A matrix with weights | raster_w |
A matrix with weights and missing values | raster_w_na |
A matrix with categories | raster_x |
A matrix with categories and missing values | raster_x_na |
A matrix with categories | raster_y |