Learn R Programming

LST (version 1.1.0)

tau: Atmospheric transmittance calculation

Description

This function calculates Atmospheric transmittance from near-surface air temperature (To, <U+00B0>C) and relative humidity (RH, %) of the date when Landsat passed over the study area

Usage

tau(To = To, RH = To, band = band)

Arguments

To

Near-surface air temperature (<U+00B0>C) of the date when Landsat passed over the study area

RH

relative humidity (%) of the date when Landsat passed over the study area

band

A string specifying which Landsat 8 thermal band to use. It can be "band 10" or "band 11"

Value

Atmospheric transmittance

Examples

Run this code
# NOT RUN {
tau(To = 26, RH = 42, band = "band 11")
# }

Run the code above in your browser using DataLab