ARE2sentinel: Angle on Red Edge 2 for Sentinel 2

Description Usage Arguments Value Author(s) Examples

View source: R/ARE2sentinel.R

Description

Calculate the angle on red edge 2 relate with the value of red edge 1 and red edge 3

Usage

1
  ANIRsentinel(RedEdge1, RedEdge2, RedEdge3)

Arguments

RedEdge1

Raster of red edge 1 band from Sentinel 2

RedEdge2

Raster of red edge 2 band from Sentinel 2

RedEdge3

Raster of red edge 3 band from Sentinel 2

Value

Angle formed in the triangle formed by RedEdge1 - RedEdge2 - RedEdge3 in the spectral curve

Author(s)

Klaus Wolfgang Wiese Acosta

Examples

1
2
3
4
5
6
7
  #load bands
    RedEdge1 <- raster("B5Sentinel.tif")
  RedEdge2 <- raster("B6Sentinel.tif")
  RedEdge3 <- raster("B7Sentinel.tif")
  #excute command
  ARE2sentinel(RedEdge1 = RedEdge1, RedEdge2 = RedEdge2, RedEdge3 = RedEdge3)
  

klauswiese/AngleIndexes documentation built on Oct. 24, 2021, 2:41 p.m.