calc_ndvi | R Documentation |
This function calculates ndvi as a function of near infrared) NIR and red channels.
calc_ndvi(NIR, Red)
NIR |
The spectral reflectance in NIR region. |
Red |
The spectral reflectance in red or visible region. |
ndvi
calc_ndvi(0.5, 0.08)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.