Learn R Programming

evapoRe (version 1.0.1)

oudin: Calculate Potential Evapotranspiration (PET) using Oudin method

Description

The function oudin computes PET using the Oudin method.

Usage

oudin(x)

# S4 method for Raster oudin(x)

# S4 method for data.table oudin(x)

# S4 method for character oudin(x)

Value

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

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".