This repository stores scripts linked to the examples section of:
Nowosad, J.; Gao, P. belg: A Tool for Calculating Boltzmann Entropy of Landscape Gradients. Entropy 2020, 22, 937. https://doi.org/10.3390/e22090937
The paper introduces the belg R package.
To reproduce the following examples, you need to install several R packages.
You can find the packages' installation code in R/package-installation.R
.
- Basic example -
R/basic_example.R
- Example with missing values -
R/missing_values_example.R
- Example of a larger workflow -
R/larger_workflow_example.R