hamon {evapoRe}R Documentation

Calculate Potential Evapotranspiration (PET) using Hamon method

Description

The function hamon computes PET using the Hamon method.

Usage

hamon(x)

## S4 method for signature 'Raster'
hamon(x)

## S4 method for signature 'character'
hamon(x)

## S4 method for signature 'data.table'
hamon(x)

Arguments

x

Raster* object, character file path, or data.table (see details)

Details

For Raster input, provide a raster object or file path for average temperature. For 'data.table' input, provide a table with columns: "lon", "lat", "date", and "tavg".

Value

RasterBrick or data.table of PET values (mm/day)


[Package evapoRe version 1.0.1 Index]