Ta: Mean atmospheric temperature

Description Usage Arguments Value Examples

View source: R/LST.R

Description

This function calculates mean atmospheric temperature (Ta) using near-surface air temperature (To)

Usage

1
Ta(To = To, mod = mod)

Arguments

To

Near-surface air temperature (°C) of the date when Landsat passed over the study area

mod

A string specifying which model to use. It can be anyone of "USA 1976 Standard" or "Tropical Region" or "Mid-latitude Summer Region" or "Mid-latitude Winter Region"

Value

Mean atmospheric temperature (K)

Examples

1
Ta(To = 26, mod = "Mid-latitude Winter Region")

LST documentation built on May 17, 2021, 9:09 a.m.

Related to Ta in LST...