tmean {cropZoning} | R Documentation |
Mean air temperature calculation
Description
This fuction will calculate the mean air temperature from minimum and maximum air temperature data.
Usage
tmean(tmax_stack, tmin_stack)
Arguments
tmax_stack |
stack of maximum air temperature |
tmin_stack |
stack of minimum air temperature |
Value
Returns a SpatRaster object of mean air temperature.
Examples
## Not run:
image_tmean <- tmean(tmax_stack = image_tmax, tmin_stack = image_tmin)
## End(Not run)
[Package cropZoning version 1.0.3 Index]