/bRacatus

Estimates accuracy and biogeographical status of point records based of reference region data.

Primary LanguageR

Build Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN CRAN - Downloads CRAN - Downloads Month CRAN - Downloads Week GitHub: Closed Issues DOI:10.1111/2041-210X.13629

bRacatus v1.0.10

An R package to estimate the probability of species geographic point occurrence records being native or invasive and correct or erroneous.

Installation

# Install the stable CRAN version

install.packages("bRacatus")

# Install the development version

if(!require("remotes")) {
  
  install.packages("remotes")
  
}

remotes::install_github("EduardoArle/bRacatus")

Usage

Citation

library(bRacatus)
citation("bRacatus")