ind_waterstressindex {OBIC} | R Documentation |
This function calculates the risk for yield depression due to drought, an excess of water or a combination of both. The WSI is calculated by calc_waterstressindex
ind_waterstressindex(D_WSI)
D_WSI |
(numeric) The value of WSI calculated by |
The evaluated score for the soil function to resist drought or wetness stress by crops. A numeric value between 0 and 1.
ind_waterstressindex(D_WSI = 45)
ind_waterstressindex(D_WSI = c(5,15,25,35))