Skip to contents

The dubicube package aims to deliver measures for assessing the applicability of biodiversity data cubes, whether for general use or specific biodiversity indicators. These measures facilitate data exploration by providing insights into data quality and reliability. Additionally, the package includes functions for calculating indicator uncertainty using bootstrapping, as well as tools for interpreting and visualising uncertainty in biodiversity indicators derived from occurrence cubes.

Installation

Install dubicube in R:

install.packages("dubicube"", repos = c("https://b-cubed-eu.r-universe.dev", "https://cloud.r-project.org"))

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("b-cubed-eu/dubicube")

Key Features

The dubicube package offers:

πŸ” 1. Data Exploration & Variability Assessment

Gain insights into the structure and sensitivity of biodiversity data cubes.

πŸ› οΈ Additional data quality diagnostics are on the way!

πŸ“ˆ 2. Estimating Indicator Uncertainty

Use bootstrap methods to understand variability, bias, and confidence in your indicators.

🧠 3. Interpretation & Visualisation

Put your results in context with reference values and uncertainty thresholds.

πŸ“š Tutorials on best practices for spatial and temporal interpretation are coming soon!


πŸ”— Learn more at our website or explore the documentation.