ntboxis the stable version of nichetoolbox which is an R package with a friendly Graphical User Interface (GUI) developed using shiny framework. The package aims to facilitate the process of building niche models and estimate the species distributions.

Installation text

Windows users: Before installation it is important to have installed Rtools.

Mac users: Install Xcode command line tools

Linux users: please, follow the installation guide.

Complete installation guide

Complete installation guide for Windows, Linux, and MacOS users https://luismurao.github.io/ntbox_installation_notes.html

if (!require('devtools')) install.packages('devtools')
devtools::install_github('luismurao/ntbox')
# If you want to build vignette, install pandoc before and then
devtools::install_github('luismurao/ntbox',build_vignettes=TRUE)

Usage

The function that launches the GUI is

The package has three vignettes: a complete reference of the GUI, one for the ellipsoid calibration and selection using R commands and one on how to obtain and clean GBIF data

Reference guide

Here you can find the reference guide for the Graphical user interface https://luismurao.github.io/ntbox_user_guide.html

Acknowledgements

Posgrado en Ciencias Biológicas UNAM for academic training; GSoC 2016, PAIPIIT IN112175 (2015) and IN116018 (2018) for partial financial support.