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")

The role of dubicube in the indicator calculation workflow

The functionality of the dubicube package is useful throughout the occurrence cube indicator calculation workflow. Occurrence cubes can be created from GBIF data using the rgbif package. They are processed using the process_cube() function from the b3gbi package. This ensures data standardisation and verifies that the cube’s format is correct. dubicube facilitates data exploration and filtering (1) which is an iterative process with cube generation and processing. After a number of iterations, data evaluation is successful and the final data cube can be used for indicator calculation. Indicator calculation packages can use dubicube as a dependency for uncertainty interval calculation via bootstrapping (2) but the package can also be used on its own. Finally, the package provides tools and tutorials to help with indicator visualisation and interpretation (3).

dubicube indicator calculation workflow.

Key Features

The dubicube package offers:

πŸ” 1. Data Exploration & Variability Assessment

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

πŸ“ˆ 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.


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