jensen_haise {evapoRe}R Documentation

Calculate Potential Evapotranspiration (PET) using Jensen-Haise method

Description

The function jensen_haise computes PET using the Jensen-Haise method.

Usage

jensen_haise(x)

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

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

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