tmean: Mean air temperature calculation

View source: R/tmean.R

tmeanR 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)

cropZoning documentation built on Oct. 11, 2023, 1:06 a.m.