Documentation

General Information

This website is intended to provide additional information for the climodr package, although the provided introductions, explanations and examples might be useful for self-study only, too.

Environment

The Environment in climodr serves as a method to setup the same workspace for every usecase of climodr. The idea of this is to make climodr easy to share and reproduce.
By fixing the folder structure there is only one path a user has to enter. The full project can be zipped and shared with only one line of code to be changed.

Pre-Processing

The Pre-Processing phase cleans up your data, creates additional information like spectral indices and makes the data ready for spatial modelling.

Processing

This chapter contains the core function of climodr, its model function. You also find a function for finding autocorrelations in your data pre modelling and a function to use your models to predict your data.

Plotting

The final chapter of climodr will show you how to create ready to use climate maps using the climodr package.