View source: R/spectralCalculationsNick.R
calculateIndices | R Documentation |
calculate a suite of spectral indices on normalized data
calculateIndices( normalized, indices = c("RABD660", "RABD660670", "RABD845", "R570R630", "R590R690"), tol = 1, smooth.win = round(0.2/normalized$cmPerPixel) )
normalized |
Normalized spectral data (the output of 'specimR::calculateMeanRows()') |
indices |
a character vector of the requested indices. Current options are: "RABD660","RABD845","R570R630"and "R590R690" (default = c("RABD660","RABD845","R570R630","R590R690")) |
tol |
the tolerance to use when matching wavelengths (in nm) |
a data.frame with depth and the requested indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.