calc_sentera_ndvi: Calculates NDVI using equation from Sentera

View source: R/read_data.R

calc_sentera_ndviR Documentation

Calculates NDVI using equation from Sentera

Description

This function calculates NDVI as a function of NIR and red channels using the equation provided by Sentera

Usage

calc_sentera_ndvi(NIR, red)

Arguments

NIR

The spectral reflectance in the NIR region.

red

The spectral reflectance in red or visible region.

Value

NDVI

Examples

calc_sentera_ndvi(0.5, 0.08)

beardon/ninja-active-mapper documentation built on April 24, 2023, 10:06 a.m.