View source: R/calibration_tmax_and_tmin.R
tmin_calibration | R Documentation |
This function will calibrate the minimum air temperature from TerraClimate dataset based in the relationship with observed weather stations data. The values of slope and intercept informed in example correspond a calibration performed between 'Terraclimate' images and INMET automatic weather stations realized for all the brazilian territory.
tmin_calibration(slope, intercept, tmin_stack)
slope |
the slope of the linear regression (numeric) |
intercept |
the intercept of the linear regression (numeric) |
tmin_stack |
stack of maximum air temperature |
Returns a SpatRaster of calibrated minimum air temperature.
## Not run:
tmin_cal<- tmin_calibrated(slope = 0.830652, intercept = 4.187840, tmin_stack = tmin);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.