oudin {evapoRe}R Documentation

Calculate Potential Evapotranspiration (PET) using Oudin method

Description

The function oudin computes PET using the Oudin method.

Usage

oudin(x)

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

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

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

Arguments

x

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

Details

For Raster inputs, 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]