FitSpectralData | R Documentation |
This function adapts SpecPROSPECT accordingly to experimental data or to a spectral domain defined by UserDomain
FitSpectralData(
lambda,
SpecPROSPECT = NULL,
Refl = NULL,
Tran = NULL,
UserDomain = NULL,
UL_Bounds = FALSE
)
lambda |
numeric. Spectral bands corresponding to experimental data |
SpecPROSPECT |
list. Includes optical constants: refractive index, specific absorption coefficients and corresponding spectral bands |
Refl |
numeric. Measured reflectance data |
Tran |
numeric. Measured Transmittance data |
UserDomain |
numeric. either Lower and upper bounds for domain of interest (optional) or list of spectral bands of interest |
UL_Bounds |
boolean. set to TRUE if UserDomain only includes lower and upper band, set to FALSE if UserDomain is a list of spectral bands (in nm) |
list including spectral properties at the new resolution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.