View source: R/Lib_PROSPECT_Inversion.R
Get_Nprior | R Documentation |
This function defines a regression model to estimate N from R only or T only
Get_Nprior(
lambda,
SpecPROSPECT = NULL,
Refl = NULL,
Tran = NULL,
OptWL_R = list(NIR = 800, SWIR = 1131),
OptWL_T = list(NIR = 753, SWIR = 1121)
)
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 |
OptWL_R |
list. optimal wavelengths used to estimate N from R only |
OptWL_T |
list. optimal wavelengths used to estimate N from T only |
Nprior prior estimation of N with R or T only
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.