https://github.com/riatelab/mta
Multiscalar Territorial Analysis
https://github.com/riatelab/mta
maps r rspatial rstats spatial-analysis
Last synced: about 1 year ago
JSON representation
Multiscalar Territorial Analysis
- Host: GitHub
- URL: https://github.com/riatelab/mta
- Owner: riatelab
- Created: 2017-02-28T10:30:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T10:29:37.000Z (over 2 years ago)
- Last Synced: 2024-10-21T15:51:17.542Z (over 1 year ago)
- Topics: maps, r, rspatial, rstats, spatial-analysis
- Language: R
- Homepage:
- Size: 13.7 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Multiscalar Territorial Analysis 
[](https://github.com/riatelab/MTA/actions/workflows/R-CMD-check.yaml)
*Multiscalar territorial analysis based on various contexts.*
## Main functions :
- `gdev()`: general deviation between regional ratios and a ratio of reference.
- `tdev()`: territorial deviation between regional ratios and ratios of an aggregated level.
- `sdev()`: spatial deviation between regional ratios and ratios of neighborhing regions.
- `bidev()`: multiscalar typology based on 2 deviations.
- `mst()`: multiscalar typology based on the 3 deviations.
- `mas()`: multiscalar absolute synthesis, total amount of redistributions based on the three deviations.
- `map_bidev()`: creating bidev and parameters for producing a map based on it.
- `map_mst()`: creating mst and parameters for producing a map based on it.
- `plot_bidev()`: creating a plot for visualizing bidev results.
- `plot_mst()`: creating a plot for visualizing mst results.
## Installation
* Stable version
```{r}
install.packages("MTA")
```
* Development version on GitHub
```{r}
require(remotes)
install_github("riatelab/MTA")
```
## Community Guidelines
One can contribute to the package through [pull requests](https://github.com/riatelab/MTA/pulls) and report issues or ask questions [here](https://github.com/riatelab/MTA/issues).