Get_Nprior: This function defines a regression model to estimate N from R...

View source: R/Lib_PROSPECT_Inversion.R

Get_NpriorR Documentation

This function defines a regression model to estimate N from R only or T only

Description

This function defines a regression model to estimate N from R only or T only

Usage

Get_Nprior(
  lambda,
  SpecPROSPECT = NULL,
  Refl = NULL,
  Tran = NULL,
  OptWL_R = list(NIR = 800, SWIR = 1131),
  OptWL_T = list(NIR = 753, SWIR = 1121)
)

Arguments

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

Value

Nprior prior estimation of N with R or T only


jbferet/prospect documentation built on Feb. 10, 2025, 9:35 a.m.