knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.width = 5,
  fig.height = 5
)

The most important steps of the processing workflow of {mapme.biodiversity} are described here. A typical workflow consists of the following steps:

library(DiagrammeR)

mermaid("
  graph TB

    classDef default fill:#c2dddd,stroke-width:2px,stroke:#034858;

    A(Portfolio initialization)
    B(Get resources)
    C(Calculate indicators)
    D(Statistical analysis within R)
    E(Export to GeoPackage)
    A-->B
    B-->C
    C-->D
    C-->E

")


mapme-initiative/mapme.biodiversity documentation built on April 5, 2025, 12:47 p.m.