rasterRABD: calculate RABD over a raster

View source: R/spectralCalculationsNick.R

rasterRABDR Documentation

calculate RABD over a raster

Description

calculate RABD over a raster

Usage

rasterRABD(
  normalized,
  trough = 660,
  edges = c(590, 730),
  tol = 1,
  trough.agg.fun = "min",
  edge.agg.fun = "mean"
)

Arguments

normalized

output list of specimR::normalize()

trough

wavelength for the RABD trough

edges

a 2-element vector marking the edges of the trough

tol

tolerance for finding the nearest wavelength (default = 1)


nickmckay/specimR documentation built on July 6, 2022, 8:09 p.m.