lut_wcm {WCM} | R Documentation |
Look up table of WCM
Description
Look up table of WCM
Usage
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
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))
[Package WCM version 0.2.2 Index]