lut_wcm: Look up table of WCM

Description Usage Arguments Value Examples

View source: R/lut_wcm.R

Description

Look up table of WCM

Usage

1
lut_wcm(LAI, SM, coeff)

Arguments

LAI

one dimensional row vector or a range of LAI value

SM

one dimensionalrow vector or a range of SM value

coeff

Generated A, B, C, D fitted coefficient for WCM using non linear least square using in situ data

Value

look up table for WCM for given range of LAI and SM

Examples

1
2
3
4
5
A= -9.596695
B=-0.005331
C=-11.758309
D=0.011344
lookuptable <- lut_wcm(LAI=seq(1,6,0.1), SM=seq(0,.6,.01),coeff=c(A,B,C,D))

Example output



WCM documentation built on April 1, 2020, 5:10 p.m.

Related to lut_wcm in WCM...