calc_ndvi: Function to calculate NDVI

View source: R/ndvi_function.R

calc_ndviR Documentation

Function to calculate NDVI

Description

Function to calculate NDVI

Usage

calc_ndvi(NIR, R)

Arguments

NIR

near infra-red satellite band (µm)

R

Red satellite band (µm)

Value

NDVI (µm)


nrvannest/createPackage documentation built on March 19, 2022, 7:15 a.m.