/WhereNext-Pkg

A shiny app to guide biological survey planning based on Generalized Dissimilarity Modeling

Primary LanguageRGNU General Public License v3.0GPL-3.0

License: GPL v3

WhereNext (1.0.0)

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")