WhereNext is a recommendation system to identify iteratively sites that complement the most existing biodiversity surveys. WhereNext will guide you through the process of developing a Generalized Dissimilarity Model (GDM) for your group and area of interest and identifying iteratively survey sites that maximize your potential to record new species.
Install and run the WhereNext shiny app using the following R code.
install.packages("devtools")
devtools::install_github("jivelasquezt/WhereNext-Pkg", build_vignettes = TRUE)
library(WhereNext)
RunWhereNext()
Open package vignette by running browseVignettes(package="WhereNext")