https://github.com/tguillerme/moms
Measuring Occupancy of Multidimensional Space
https://github.com/tguillerme/moms
Last synced: 3 months ago
JSON representation
Measuring Occupancy of Multidimensional Space
- Host: GitHub
- URL: https://github.com/tguillerme/moms
- Owner: TGuillerme
- License: gpl-3.0
- Created: 2019-03-15T06:26:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T12:13:01.000Z (over 1 year ago)
- Last Synced: 2025-01-13T08:47:07.042Z (5 months ago)
- Language: HTML
- Size: 15.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/TGuillerme/moms/actions)
[](http://www.repostatus.org/#active)
[](https://doi.org/10.5281/zenodo.3466146)# **moms**: Measuring Occupancy in Multidimensional Space.
### What is `moms`?
`moms` is a shiny app that helps understanding the multidimensional space occupancy metrics that can be used in ecology and evolution.### What isn't `moms`?
**`moms` is not a package for measuring disparity!**
Although `moms` is distributed as a binary `R` package, it only contains functions for running the shiny app and making the [paper associated with `moms`](https://onlinelibrary.wiley.com/doi/full/10.1002/ece3.6452) fully reproducible.
These functions allow the reduce the space, make fancy plots or wrap up analysis in the context of the shiny app or the paper only.
If you want to measure disparity, we highly recommend the use of the [`dispRity` `R` package](https://github.com/TGuillerme/dispRity) which is used by `moms` for all the disparity calculations.Check out the
![]()
[presentation](https://figshare.com/articles/Shifting_spaces_which_disparity_or_dissimilarity_metrics_best_summarise_occupancy_in_multidimensional_spaces_/9922961) and the![]()
[paper](https://onlinelibrary.wiley.com/doi/full/10.1002/ece3.6452) associated with this project.## Running `moms` online
Super easy! Simply click on the following link:## Running `moms` localy on your web browser
Not hard! In `R`, simply copy/paste the following:
```r
if(!require(devtools)) install.packages("devtools")
if(!require(shiny)) install.packages("shiny")
runGitHub("moms", "TGuillerme")
```## Running `moms` in your R console
Not much more complicated! In `R`, copy/paste the following:
```r
## Installing the App:
if(!require(devtools)) install.packages("devtools")
devtools::install_github("TGuillerme/moms")## Running the App (from the root of the repository, i.e. /moms/:
shiny::runApp(".")
```Check out the app [manual](https://raw.githack.com/TGuillerme/moms/master/inst/moms_vignette.html) for more details on `moms` GUI possibilities.
## Associated paper
By the following associated paper: [Shifting spaces: which disparity or dissimilarity measurement best summarise occupancy in multidimensional spaces?](https://doi.org/10.1002/ece3.6452 )
This paper details the behaviour of several disparity metrics and discuss the advantages and disadvantages of using them (or not).
This paper is also **fully reproducible!**### How to reproduce the paper?
To reproduce the paper you can follow these steps:
1. Open the file [`/inst/shiftingspace.Rmd`](https://github.com/TGuillerme/moms/blob/master/inst/shiftingspace.Rmd) with your favourite Rmarkdown editor (Rstudio, Sublime, Atom, etc.).
2. Press on the compile button.
3. Your reproduced paper should now be in the `inst/` directory.Authors
-------
[Thomas Guillerme](http://tguillerme.github.io), [Mark Puttick](https://puttickbiology.wordpress.com/), [Ariel Marcy](https://github.com/miracleray), [Vera Weisbecker](http://weisbeckerlab.com.au/)Citations
-------
If you are using this package, please cite (if the DOI is in there, even better!):* Guillerme, T, Puttick, MN, Marcy, AE, Weisbecker, V. Shifting spaces: Which disparity or dissimilarity measurement best summarize occupancy in multidimensional spaces?. *Ecol Evol.* **2020**; 00: 1– 16. https://doi.org/10.1002/ece3.6452
##### [Download citation](https://onlinelibrary.wiley.com/action/showCitFormats?doi=10.1002%2Fece3.6452)