Skip to content
/ motif Public

Pattern-based spatial analysis in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Nowosad/motif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 23, 2024
1d4ee0b · Aug 23, 2024
May 7, 2023
Aug 23, 2024
Apr 4, 2023
May 6, 2023
Aug 14, 2021
Apr 14, 2024
May 7, 2022
Aug 23, 2021
Dec 13, 2019
Mar 24, 2020
Apr 14, 2024
Oct 4, 2019
Oct 4, 2019
Mar 27, 2022
Apr 14, 2024
May 7, 2022
May 7, 2022
Oct 4, 2019
Oct 4, 2019
Dec 9, 2019

Repository files navigation

motif

CRAN status GitHub action build status Codecov test coverage CRAN RStudio mirror downloads

The motif package implements and extends ideas of the pattern-based spatial analysis in R. It describes spatial patterns of categorical raster data for any defined regular and irregular areas. Patterns are represented 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.

Installation

You can install the released version of motif from CRAN with:

install.packages("motif")

And the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("Nowosad/motif")

Documentation

See the package’s vignettes:

  1. Introduction to the motif package
  2. Types of spatial patterns’ signatures
  3. Spatial patterns’ search
  4. Spatial patterns’ comparision
  5. Spatial patterns’ clustering
  6. Extracting the proportion of different classes in many regular local landscapes

Contribution

Contributions to this package are welcome. The preferred method of contribution is through a GitHub pull request. Feel free to contact us by creating an issue.

Citation

To cite the motif package in publications, please use this paper:

Nowosad, J. Motif: an open-source R tool for pattern-based spatial analysis. Landscape Ecol (2021). https://doi.org/10.1007/s10980-020-01135-0

LaTeX/BibTeX version can be obtained with:

library(motif)
citation("motif")

About

Pattern-based spatial analysis in R

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published