moms
is a shiny app that helps understanding the multidimensional space occupancy metrics that can be used in ecology and evolution.
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
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 which is used by moms
for all the disparity calculations.
Check out the presentation and the paper associated with this project.
Super easy! Simply click on the following link:
Not hard! In R
, simply copy/paste the following:
if(!require(devtools)) install.packages("devtools")
if(!require(shiny)) install.packages("shiny")
runGitHub("moms", "TGuillerme")
Not much more complicated! In R
, copy/paste the following:
## 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. <some_path_in_my_machine>/moms/:
shiny::runApp(".")
Check out the app manual for more details on moms
GUI possibilities.
By the following associated paper: Shifting spaces: which disparity or dissimilarity measurement best summarise occupancy in multidimensional spaces? 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!
To reproduce the paper you can follow these steps:
- Open the file
/inst/shiftingspace.Rmd
with your favourite Rmarkdown editor (Rstudio, Sublime, Atom, etc.). - Press on the compile button.
- Your reproduced paper should now be in the
inst/
directory.
Thomas Guillerme, Mark Puttick, Ariel Marcy, Vera Weisbecker
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