powered by
Look up table of WCM
lut_wcm(LAI, SM, coeff)
one dimensional row vector or a range of LAI value
one dimensionalrow vector or a range of SM value
Generated A, B, C, D fitted coefficient for WCM using non linear least square using in situ data
look up table for WCM for given range of LAI and SM
# NOT RUN { 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)) # }
Run the code above in your browser using DataLab