wdiEF Package

The wdiEF package provides tools to calculate the Water Deficit Index (WDI) and the Evaporative Fraction (EF) from raster data. It utilizes fractional vegetation cover (FVC) and surface-air temperature difference (TS-TA) to generate the WDI or EF raster.

Installation

You can install the development version of wdiEF directly from your local folder:

Requirements

Dependencies

The wdiEF package automatically manages the following dependencies: - terra for raster manipulation. - dplyr for data manipulation. - stats for statistical calculations.

You do not need to load these packages manually; they are handled internally by wdiEF

Examples Usage of the wdiEF Package

To use the wdiEF package, start by loading the necessary library in R.