E_Valor: Land Surface Emissivity according to Valor and Caselles 1996

Description Usage Arguments Value Examples

View source: R/LST.R

Description

This function calculates Land Surface Emissivity according to Valor and Caselles 1996

Usage

1

Arguments

NDVI

Raster* object, NDVI calculated from remote sensing imagery

Value

RasterLayer

Examples

1
2
3
4
NDVI <- raster::raster(ncol=100, nrow=100)
set.seed(2)
raster::values(NDVI) = runif(10000, min=0.02, max=0.8)
E_Valor(NDVI)

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

Related to E_Valor in LST...