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:
{sf}
object together with portfolio-wide parameters set by mapme_options()
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 ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.