Learn R Programming

evapoRe (version 1.0.1)

mcguinness_bordne: Calculate Potential Evapotranspiration (PET) using McGuinness-Bordne method

Description

The function mcguinness_bordne computes PET using the McGuinness and Bordne method.

Usage

mcguinness_bordne(x)

# S4 method for Raster mcguinness_bordne(x)

# S4 method for character mcguinness_bordne(x)

# S4 method for data.table mcguinness_bordne(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 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".