tmean | R Documentation |
This fuction will calculate the mean air temperature from minimum and maximum air temperature data.
tmean(tmax_stack, tmin_stack)
tmax_stack |
stack of maximum air temperature |
tmin_stack |
stack of minimum air temperature |
Returns a SpatRaster object of mean air temperature.
## Not run:
image_tmean <- tmean(tmax_stack = image_tmax, tmin_stack = image_tmin)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.