The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

bioregion

R-CMD-check Codecov test coverage CRAN_Status_Badge rstudio mirror downloads DOI

This R package gathers a comprehensive set of algorithms to perform bioregionalisation analyses.

Bioregionalisation methods can be based on hierarchical clustering algorithms, non-hierarchical clustering algorithms or network algorithms.

:arrow_double_down: Installation

The package can be installed with the following command line in R session:

From the CRAN

install.packages("bioregion")

or from GitHub

# install.packages("devtools")
devtools::install_github("bioRgeo/bioregion")

:scroll: Vignettes

We wrote several vignettes that will help you using the bioregion R package. Vignettes available are the following ones:

Alternatively, if you prefer to view the vignettes in R, you can install the package with build_vignettes = TRUE. But be aware that some vignettes can be slow to generate.

remotes::install_github("bioRgeo/bioregion",
                        dependencies = TRUE, upgrade = "ask", 
                        build_vignettes = TRUE)

vignette("bioregion")

:desktop_computer: Functions

An overview of all functions and data is given here.

:bug: Find a bug?

Thank you for finding it. Head over to the GitHub Issues tab and let us know about it. Alternatively, you can also send us an e-mail. We will try to get to it as soon as we can!

References and dependencies

bioregion depends on ape, bipartite, cluster, data.table, dbscan, dynamicTreeCut, earth, fastcluster, ggplot2, grDevices, igraph, mathjaxr, Matrix, Rcpp, Rdpack, rlang, rmarkdown, segmented,sf, stats, tidyr and utils.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.