Different vegetation indices can be calculated using at least 3 bands. For the list of indices please visit the FIELDimageR manual at link
fieldIndex(
mosaic,
Red = 1,
Green = 2,
Blue = 3,
RedEdge = NULL,
NIR = NULL,
index = "HUE",
myIndex = NULL,
plot = TRUE
)
object of class stack with at least 3 bands.
vector with the vegetation indices to be calculated.
user can calculate a diferent index using the bands names, e.g. "(Green+Blue)/Red-NIR/RedEdge"
if is TRUE the original and crop image will be plotted.
vector with the vegetation indices to be calculated.
if is TRUE the original and crop image will be plotted.
vector with the vegetation indices to be calculated.
user can calculate a diferent index using the bands names, e.g. "(Green+Blue)/Red-NIR/RedEdge"
if is TRUE the original and crop image will be plotted.
A Image format stack.
fieldIndex