ind_waterstressindex {OBIC} | R Documentation |
Calculate the Water Stress Index
Description
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
Usage
ind_waterstressindex(D_WSI)
Arguments
D_WSI |
(numeric) The value of WSI calculated by |
Value
The evaluated score for the soil function to resist drought or wetness stress by crops. A numeric value between 0 and 1.
Examples
ind_waterstressindex(D_WSI = 45)
ind_waterstressindex(D_WSI = c(5,15,25,35))
[Package OBIC version 3.0.2 Index]