PredEx: A method for predicting extinctions using IUCN Red List data
Code/Workflow.R combines all of the code to reproduce the outputs for the manuscript.
R version 4.0.1
Packages required:
- dplyr
- tidyverse
- msm
- ggplot2
- doParallel
- stringr
- ggpubr
- rstatix
- gdata
- gridExtra
- cowplot
- xtable
install.packages(c("ggplot2","gdata","gridExtra","cowplot", "dplyr","tidyverse","xtable", "msm", "doParallel", "stringr","ggpubr","rstatix"))