View source: R/Lib_PROSPECT_Inversion.R
check_prospect_parms | R Documentation |
Function to check good agreement between prospect version and parameter list
check_prospect_parms(
PROSPECT_version,
Parms2Estimate,
Est_Brown_Pigments,
Est_alpha,
xlub,
InitValues
)
PROSPECT_version |
character. version used for inversion: 'D' or 'PRO' |
Parms2Estimate |
character vector. Parameters to estimate (can be 'ALL') |
Est_Brown_Pigments |
boolean. should brown pigments be accounted for during inversion? |
Est_alpha |
boolean. should alpha be accounted for during inversion? |
xlub |
data.frame. Boundaries of the parameters to estimate.
The data.frame must have columns corresponding to |
InitValues |
dataframe. Default values of PROSPECT parameters. During optimization, they are used either as initialization values for parameters to estimate, or as fix values for other parameters. Parameters not compatible with PROSPECT_version are not taken into account. |
list of parameters to estimate & corresponding lower/upper boundaries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.