mcguinness_bordne {evapoRe}R Documentation

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 signature 'Raster'
mcguinness_bordne(x)

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

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