PETFUN: Spatialize PET_fromTemp function from package EcoHydrology
Description
PETFUN Gets Potential EvapoTranspiration (PET) rasters from maximum temperature, minimum temperature and altitude rasters by applying function PET_fromTemp from package EcoHydrology
Usage
PETFUN(tmax, tmin, alt, separator = "_")
Arguments
tmax
Raster* object. Maximum temperature raster.
tmin
Raster* object. Minimum temperature raster.
alt
Raster* object. Altitude raster.
separator
character. Character that separates variable names, and scenarios.
Value
Returns a RasterLayer with estimates of Potential EvapoTranspiration in milimiters.