An R package to estimate the probability of species geographic point occurrence records being native or invasive and correct or erroneous.
# Install the stable CRAN version
install.packages("bRacatus")
# Install the development version
if(!require("remotes")) {
install.packages("remotes")
}
remotes::install_github("EduardoArle/bRacatus")
library(bRacatus)
citation("bRacatus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.