eto_calibration: Calibration of reference evapotranspiration (eto) of...

View source: R/calibration_ppt_etp.R

eto_calibrationR Documentation

Calibration of reference evapotranspiration (eto) of 'TerraClimate'

Description

This function will calibrate the reference evapotranspiration (eto) from TerraClimate dataset based in the relationship with observed weather stations data.

Usage

eto_calibration(slope, intercept, eto_stack)

Arguments

slope

the slope of the linear regression (numeric).

intercept

the intercept of the linear regression (numeric).

eto_stack

stack of eto.

Value

Returns a SpatRaster of eto calibrated.

Examples

## Not run: 
eto_cal<- eto_calibration(slope = 0.930073,
                           intercept = 22.399986, eto_stack = etp);

## End(Not run)

cropDemand documentation built on Oct. 14, 2023, 1:07 a.m.