eto_calibration {cropDemand} | R 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)
[Package cropDemand version 1.0.3 Index]