calc_sentera_ndvi | R Documentation |
This function calculates NDVI as a function of NIR and red channels using the equation provided by Sentera
calc_sentera_ndvi(NIR, red)
NIR |
The spectral reflectance in the NIR region. |
red |
The spectral reflectance in red or visible region. |
NDVI
calc_sentera_ndvi(0.5, 0.08)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.