albedo {RemoteSensing}R Documentation

Albedo

Description

Compute albedo from remote sensing data.

Usage

albedoAster(green, nir, swir2, swir3, swir5, swir6) 
albedoLandsat(blue, green, red, nir, chan5, chan7)
albedoModis(red, nir, blue, green, swir1, swir2, swir3) 
albedoAvhrr(red, nir)

Arguments

red

red wavelength channel (band)

nir

near infra-red wavelength channel (band)

blue

blue wavelength channel (band)

green

green wavelength channel (band)

swir1

short wave infrared channel 1

swir2

short wave infrared channel 2

swir3

short wave infrared channel 3

swir5

short wave infrared channel 5

swir6

short wave infrared channel 6

chan5

channel 5

chan7

channel 7

Value

albedo

Author(s)

Yann Chemin

Examples

albedoAvhrr(200, 100)

[Package RemoteSensing version 0.4.14 Index]